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
commite558bd49334084ee6f6487f40f21061dc11afb50 (patch)
tree21b0457c628268dfe2068b2352d73c7a7f5dc5cf
parentMerge pull request #94 from Whirlsplash/renovate/tokio-1.x (diff)
downloadwhirl-e558bd49334084ee6f6487f40f21061dc11afb50.tar.xz
whirl-e558bd49334084ee6f6487f40f21061dc11afb50.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 29db1c8..f61fb72 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 d15947f..b355578 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