aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormergify[bot] <37929162+mergify[bot]@users.noreply.github.com>2021-09-28 22:03:46 +0000
committerGitHub <[email protected]>2021-09-28 22:03:46 +0000
commit3f4e12249dc87a3971fef956698dbf366bab4d42 (patch)
tree6966d7b385318220c3fcb5c1a4f20e28054361bc
parentMerge pull request #95 from Whirlsplash/renovate/commitlint-monorepo (diff)
parentfix(deps): update rust crate sysinfo to 0.20.4 (diff)
downloadwhirl-3f4e12249dc87a3971fef956698dbf366bab4d42.tar.xz
whirl-3f4e12249dc87a3971fef956698dbf366bab4d42.zip
Merge pull request #96 from Whirlsplash/renovate/sysinfo-0.x
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 f212db5..5eafb42 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 6e0a730..53924b2 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