aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRenovate Bot <[email protected]>2021-09-28 10:39:58 +0000
committerRenovate Bot <[email protected]>2021-09-28 10:39:58 +0000
commit40d750df30570f9ccb65571633f4e36c39139775 (patch)
treef5d4defd7a469439dac7fd7afb2e69980d5bbe98
parentMerge pull request #94 from Whirlsplash/renovate/tokio-1.x (diff)
downloadwhirl-40d750df30570f9ccb65571633f4e36c39139775.tar.xz
whirl-40d750df30570f9ccb65571633f4e36c39139775.zip
fix(deps): update rust crate sysinfo to 0.20.4
-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 f212db5..5eafb42 100644
--- a/crates/whirl_api/Cargo.toml
+++ b/crates/whirl_api/Cargo.toml
@@ -20,7 +20,7 @@ axum = "0.1.3"
hyper = "0.14.13"
# Utility
-sysinfo = "0.20.3"
+sysinfo = "0.20.4"
whirl_common = { path = "../whirl_common" }
tokio = { version = "1.12.0", features = ["full"] }
num-traits = "0.2.14"
diff --git a/crates/whirl_prompt/Cargo.toml b/crates/whirl_prompt/Cargo.toml
index 6e0a730..53924b2 100644
--- a/crates/whirl_prompt/Cargo.toml
+++ b/crates/whirl_prompt/Cargo.toml
@@ -14,7 +14,7 @@ publish = false
[dependencies]
# Utility
-sysinfo = "0.20.3"
+sysinfo = "0.20.4"
colour = "0.6.0"
# Config