aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormergify[bot] <37929162+mergify[bot]@users.noreply.github.com>2022-03-11 12:39:11 +0000
committerGitHub <[email protected]>2022-03-11 12:39:11 +0000
commit065a2173aa0f0e9bc1eac4f2321052d624835e61 (patch)
tree329c6bd2dedf80234e881efba24dc9e69aa9c50b
parentMerge pull request #150 from Whirlsplash/renovate/mimalloc-0.x (diff)
parentfix(deps): update rust crate sysinfo to 0.23.5 (diff)
downloadwhirl-065a2173aa0f0e9bc1eac4f2321052d624835e61.tar.xz
whirl-065a2173aa0f0e9bc1eac4f2321052d624835e61.zip
Merge pull request #136 from Whirlsplash/renovate/sysinfo-0.x
fix(deps): update rust crate sysinfo to 0.23.5
-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 d452110..769051f 100644
--- a/crates/whirl_api/Cargo.toml
+++ b/crates/whirl_api/Cargo.toml
@@ -18,7 +18,7 @@ axum = "0.4.4"
hyper = "0.14.13"
# Utility
-sysinfo = "0.20.5"
+sysinfo = "0.23.5"
whirl_common = { path = "../whirl_common" }
tokio = { version = "1.13.0", features = ["full"] }
num-traits = "0.2.14"
diff --git a/crates/whirl_prompt/Cargo.toml b/crates/whirl_prompt/Cargo.toml
index 57a7017..6586acc 100644
--- a/crates/whirl_prompt/Cargo.toml
+++ b/crates/whirl_prompt/Cargo.toml
@@ -14,7 +14,7 @@ publish = false
[dependencies]
# Utility
-sysinfo = "0.20.5"
+sysinfo = "0.23.5"
colour = "0.6.0"
# Config