aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRenovate Bot <[email protected]>2021-05-27 04:30:06 +0000
committerRenovate Bot <[email protected]>2021-05-27 04:30:06 +0000
commit5e71400dc4d6d19b7c020930cc4ba836dbebca17 (patch)
treeae7cafd335003ab82434367df025332de9d9f219
parentchore(whirl): remove unused sysinfo dep (diff)
downloadwhirl-5e71400dc4d6d19b7c020930cc4ba836dbebca17.tar.xz
whirl-5e71400dc4d6d19b7c020930cc4ba836dbebca17.zip
fix(deps): update rust crate sysinfo to 0.18.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 99c6f19..3ddacda 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.17.5"
+sysinfo = "0.18.0"
whirl_common = { path = "../whirl_common" }
# Serialization
diff --git a/crates/whirl_prompt/Cargo.toml b/crates/whirl_prompt/Cargo.toml
index 4805f53..324a9ca 100644
--- a/crates/whirl_prompt/Cargo.toml
+++ b/crates/whirl_prompt/Cargo.toml
@@ -15,7 +15,7 @@ publish = false
[dependencies]
# Utility
-sysinfo = "0.17.5"
+sysinfo = "0.18.0"
colour = "0.6.0"
# Config