aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 4da3bd7..d67d630 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 ad74bf2..a5f8838 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