aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFuwn <[email protected]>2021-08-04 17:25:12 +0000
committerGitHub <[email protected]>2021-08-04 17:25:12 +0000
commita64ea93886a4c66259e0296291cd2a8b66a187aa (patch)
tree3d1cf6b29d633eb7d1c4eac85164f35b87fc8d9e
parentrefactor(whirl_api): migrate to Axum (diff)
parentfix(deps): update rust crate sysinfo to 0.20.0 (diff)
downloadarchived-whirl-a64ea93886a4c66259e0296291cd2a8b66a187aa.tar.xz
archived-whirl-a64ea93886a4c66259e0296291cd2a8b66a187aa.zip
Merge pull request #66 from Whirlsplash/renovate/sysinfo-0.x
fix(deps): update rust crate sysinfo to 0.20.0
-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 ae3bb4d..df989cc 100644
--- a/crates/whirl_api/Cargo.toml
+++ b/crates/whirl_api/Cargo.toml
@@ -20,7 +20,7 @@ axum = "0.1.2"
hyper = "0.14.11"
# Utility
-sysinfo = "0.19.2"
+sysinfo = "0.20.0"
whirl_common = { path = "../whirl_common" }
tokio = { version = "1.9.0", features = ["full"] }
num-traits = "0.2.14"
diff --git a/crates/whirl_prompt/Cargo.toml b/crates/whirl_prompt/Cargo.toml
index 2d1b43d..a71341e 100644
--- a/crates/whirl_prompt/Cargo.toml
+++ b/crates/whirl_prompt/Cargo.toml
@@ -14,7 +14,7 @@ publish = false
[dependencies]
# Utility
-sysinfo = "0.19.2"
+sysinfo = "0.20.0"
colour = "0.6.0"
# Config