aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFuwn <[email protected]>2021-07-16 08:58:29 +0000
committerGitHub <[email protected]>2021-07-16 08:58:29 +0000
commit7291d49bb2cb17d60b0931680fbcfca3874478b0 (patch)
treecb4d5a4d8b818ec89c98e29ed593a4f231ee8f94
parentMerge pull request #57 from Whirlsplash/renovate/sysinfo-0.x (diff)
parentfix(deps): update rust crate sysinfo to 0.19.2 (diff)
downloadwhirl-7291d49bb2cb17d60b0931680fbcfca3874478b0.tar.xz
whirl-7291d49bb2cb17d60b0931680fbcfca3874478b0.zip
Merge pull request #58 from Whirlsplash/renovate/sysinfo-0.x
-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 ffa38b5..6a0f93f 100644
--- a/crates/whirl_api/Cargo.toml
+++ b/crates/whirl_api/Cargo.toml
@@ -18,7 +18,7 @@ actix-web = { version = "3.3.2", features = ["rustls"] }
actix-cors = "0.5.4"
# Utility
-sysinfo = "0.19.1"
+sysinfo = "0.19.2"
whirl_common = { path = "../whirl_common" }
tokio = { version = "1.8.1", features = ["full"] }
num-traits = "0.2.14"
diff --git a/crates/whirl_prompt/Cargo.toml b/crates/whirl_prompt/Cargo.toml
index 6841f6b..e8b9f2a 100644
--- a/crates/whirl_prompt/Cargo.toml
+++ b/crates/whirl_prompt/Cargo.toml
@@ -14,7 +14,7 @@ publish = false
[dependencies]
# Utility
-sysinfo = "0.19.1"
+sysinfo = "0.19.2"
colour = "0.6.0"
# Config