aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFuwn <[email protected]>2021-06-05 19:25:51 +0000
committerGitHub <[email protected]>2021-06-05 19:25:51 +0000
commit4a856c58d00de600de23bc884f2c19993b7ba462 (patch)
treea8b273b3ae580b0dd0a92c7d08072ca7907a7b46
parentMerge pull request #39 from Whirlsplash/renovate/sysinfo-0.x (diff)
parentfix(deps): update rust crate sysinfo to 0.18.2 (diff)
downloadwhirl-4a856c58d00de600de23bc884f2c19993b7ba462.tar.xz
whirl-4a856c58d00de600de23bc884f2c19993b7ba462.zip
Merge pull request #40 from Whirlsplash/renovate/sysinfo-0.x
fix(deps): update rust crate sysinfo to 0.18.2
-rw-r--r--crates/whirl_api/Cargo.toml2
-rw-r--r--crates/whirl_prompt/Cargo.toml2
2 files changed, 2 insertions, 2 deletions
diff --git a/crates/whirl_api/Cargo.toml b/crates/whirl_api/Cargo.toml
index 00f86c2..ba7f108 100644
--- a/crates/whirl_api/Cargo.toml
+++ b/crates/whirl_api/Cargo.toml
@@ -19,7 +19,7 @@ actix-web = { version = "3.3.2", features = ["rustls"] }
actix-cors = "0.5.4"
# Utility
-sysinfo = "0.18.1"
+sysinfo = "0.18.2"
whirl_common = { path = "../whirl_common" }
tokio = { version = "1.6.1", features = ["full"] }
num-traits = "0.2.14"
diff --git a/crates/whirl_prompt/Cargo.toml b/crates/whirl_prompt/Cargo.toml
index 44b954a..9e5586b 100644
--- a/crates/whirl_prompt/Cargo.toml
+++ b/crates/whirl_prompt/Cargo.toml
@@ -15,7 +15,7 @@ publish = false
[dependencies]
# Utility
-sysinfo = "0.18.1"
+sysinfo = "0.18.2"
colour = "0.6.0"
# Config