aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRenovate Bot <[email protected]>2021-10-12 13:21:33 +0000
committerRenovate Bot <[email protected]>2021-10-12 13:21:33 +0000
commit14cdcf1ec8767feb64869fe109b8809b42df7485 (patch)
treeae7d77ba6268edc91b351bd94a771b8209b1b9f2
parentMerge pull request #99 from Whirlsplash/renovate/commitlint-monorepo (diff)
downloadwhirl-14cdcf1ec8767feb64869fe109b8809b42df7485.tar.xz
whirl-14cdcf1ec8767feb64869fe109b8809b42df7485.zip
fix(deps): update rust crate sysinfo to 0.20.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 1590431..40b76e0 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.4"
+sysinfo = "0.20.5"
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 278395b..477d857 100644
--- a/crates/whirl_prompt/Cargo.toml
+++ b/crates/whirl_prompt/Cargo.toml
@@ -14,7 +14,7 @@ publish = false
[dependencies]
# Utility
-sysinfo = "0.20.4"
+sysinfo = "0.20.5"
colour = "0.6.0"
# Config