aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormergify[bot] <37929162+mergify[bot]@users.noreply.github.com>2021-08-31 21:26:14 +0000
committerGitHub <[email protected]>2021-08-31 21:26:14 +0000
commitf23453991a7fec3a21a7e37b7b773625c4f45055 (patch)
treeb435ac2f293e66023945a9dc9ccdcb15efec821b
parentMerge pull request #85 from Whirlsplash/renovate/structopt-0.x (diff)
parentfix(deps): update rust crate sysinfo to 0.20.2 (diff)
downloadwhirl-f23453991a7fec3a21a7e37b7b773625c4f45055.tar.xz
whirl-f23453991a7fec3a21a7e37b7b773625c4f45055.zip
Merge pull request #84 from Whirlsplash/renovate/sysinfo-0.x
fix(deps): update rust crate sysinfo to 0.20.2
-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 c36c3c6..594b6fe 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.1"
+sysinfo = "0.20.2"
whirl_common = { path = "../whirl_common" }
tokio = { version = "1.10.1", features = ["full"] }
num-traits = "0.2.14"
diff --git a/crates/whirl_prompt/Cargo.toml b/crates/whirl_prompt/Cargo.toml
index fb944d2..dd4035e 100644
--- a/crates/whirl_prompt/Cargo.toml
+++ b/crates/whirl_prompt/Cargo.toml
@@ -14,7 +14,7 @@ publish = false
[dependencies]
# Utility
-sysinfo = "0.20.1"
+sysinfo = "0.20.2"
colour = "0.6.0"
# Config