aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormergify[bot] <37929162+mergify[bot]@users.noreply.github.com>2021-08-23 23:23:30 +0000
committerGitHub <[email protected]>2021-08-23 23:23:30 +0000
commite0a1cdedb8c511f330eaaf1ebdf06bfd096c3425 (patch)
tree9d4f533632a8fc506a01151045bf0a353cd39f93
parentMerge pull request #71 from Whirlsplash/renovate/serde_derive-1.x (diff)
parentfix(deps): update rust crate sysinfo to 0.20.1 (diff)
downloadwhirl-e0a1cdedb8c511f330eaaf1ebdf06bfd096c3425.tar.xz
whirl-e0a1cdedb8c511f330eaaf1ebdf06bfd096c3425.zip
Merge pull request #72 from Whirlsplash/renovate/sysinfo-0.x
fix(deps): update rust crate sysinfo to 0.20.1
-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 b183853..f182b89 100644
--- a/crates/whirl_api/Cargo.toml
+++ b/crates/whirl_api/Cargo.toml
@@ -20,7 +20,7 @@ axum = "0.1.3"
hyper = "0.14.11"
# Utility
-sysinfo = "0.20.0"
+sysinfo = "0.20.1"
whirl_common = { path = "../whirl_common" }
tokio = { version = "1.10.0", features = ["full"] }
num-traits = "0.2.14"
diff --git a/crates/whirl_prompt/Cargo.toml b/crates/whirl_prompt/Cargo.toml
index 788ff25..ad74bf2 100644
--- a/crates/whirl_prompt/Cargo.toml
+++ b/crates/whirl_prompt/Cargo.toml
@@ -14,7 +14,7 @@ publish = false
[dependencies]
# Utility
-sysinfo = "0.20.0"
+sysinfo = "0.20.1"
colour = "0.6.0"
# Config