aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRenovate Bot <[email protected]>2021-06-29 13:50:38 +0000
committerRenovate Bot <[email protected]>2021-06-29 13:50:38 +0000
commit57c9480ef8645f44fc7372f864c262b52f151c0f (patch)
treece2cb4c3b289235e75adf308f0d337aa2138720e
parentchore(global): remove unused `license-file` manifest keys (diff)
downloadwhirl-57c9480ef8645f44fc7372f864c262b52f151c0f.tar.xz
whirl-57c9480ef8645f44fc7372f864c262b52f151c0f.zip
fix(deps): update rust crate sysinfo to 0.19.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 81f76b5..ee42ff7 100644
--- a/crates/whirl_api/Cargo.toml
+++ b/crates/whirl_api/Cargo.toml
@@ -18,7 +18,7 @@ actix-web = { version = "3.3.2", features = ["rustls"] }
actix-cors = "0.5.4"
# Utility
-sysinfo = "0.18.2"
+sysinfo = "0.19.0"
whirl_common = { path = "../whirl_common" }
tokio = { version = "1.7.1", features = ["full"] }
num-traits = "0.2.14"
diff --git a/crates/whirl_prompt/Cargo.toml b/crates/whirl_prompt/Cargo.toml
index 13a63fa..48bff89 100644
--- a/crates/whirl_prompt/Cargo.toml
+++ b/crates/whirl_prompt/Cargo.toml
@@ -14,7 +14,7 @@ publish = false
[dependencies]
# Utility
-sysinfo = "0.18.2"
+sysinfo = "0.19.0"
colour = "0.6.0"
# Config