aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRenovate Bot <[email protected]>2021-09-04 12:02:37 +0000
committerRenovate Bot <[email protected]>2021-09-04 12:02:37 +0000
commitd47bf0b00746845f9e45704512b3411889901017 (patch)
tree053cc12aadda16b402f83e6f590dd319cb246929
parentMerge pull request #88 from Whirlsplash/renovate/tokio-util-0.x (diff)
downloadarchived-whirl-d47bf0b00746845f9e45704512b3411889901017.tar.xz
archived-whirl-d47bf0b00746845f9e45704512b3411889901017.zip
fix(deps): update rust crate sysinfo to 0.20.3
-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 6d88c92..a22fef9 100644
--- a/crates/whirl_api/Cargo.toml
+++ b/crates/whirl_api/Cargo.toml
@@ -20,7 +20,7 @@ axum = "0.1.3"
hyper = "0.14.12"
# Utility
-sysinfo = "0.20.2"
+sysinfo = "0.20.3"
whirl_common = { path = "../whirl_common" }
tokio = { version = "1.11.0", features = ["full"] }
num-traits = "0.2.14"
diff --git a/crates/whirl_prompt/Cargo.toml b/crates/whirl_prompt/Cargo.toml
index dd4035e..d15947f 100644
--- a/crates/whirl_prompt/Cargo.toml
+++ b/crates/whirl_prompt/Cargo.toml
@@ -14,7 +14,7 @@ publish = false
[dependencies]
# Utility
-sysinfo = "0.20.2"
+sysinfo = "0.20.3"
colour = "0.6.0"
# Config