aboutsummaryrefslogtreecommitdiff
path: root/crates/whirl_api
diff options
context:
space:
mode:
authorRenovate Bot <[email protected]>2021-08-23 16:19:45 +0000
committerRenovate Bot <[email protected]>2021-08-23 16:19:45 +0000
commit76ef3d9fd60abb422da14a1c489c132c1d78ad16 (patch)
treec5ff025dadb12f02647d6372312bfe0f0acb5642 /crates/whirl_api
parentMerge pull request #71 from Whirlsplash/renovate/serde_derive-1.x (diff)
downloadwhirl-76ef3d9fd60abb422da14a1c489c132c1d78ad16.tar.xz
whirl-76ef3d9fd60abb422da14a1c489c132c1d78ad16.zip
fix(deps): update rust crate sysinfo to 0.20.1
Diffstat (limited to 'crates/whirl_api')
-rw-r--r--crates/whirl_api/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/whirl_api/Cargo.toml b/crates/whirl_api/Cargo.toml
index aa7c796..4b42d95 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"