aboutsummaryrefslogtreecommitdiff
path: root/crates/whirl_api
diff options
context:
space:
mode:
authorRenovate Bot <[email protected]>2021-09-04 12:02:37 +0000
committerRenovate Bot <[email protected]>2021-09-04 12:02:37 +0000
commitd47bf0b00746845f9e45704512b3411889901017 (patch)
tree053cc12aadda16b402f83e6f590dd319cb246929 /crates/whirl_api
parentMerge pull request #88 from Whirlsplash/renovate/tokio-util-0.x (diff)
downloadwhirl-d47bf0b00746845f9e45704512b3411889901017.tar.xz
whirl-d47bf0b00746845f9e45704512b3411889901017.zip
fix(deps): update rust crate sysinfo to 0.20.3
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 6d88c92..a22fef9 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.2"
+sysinfo = "0.20.3"
whirl_common = { path = "../whirl_common" }
tokio = { version = "1.11.0", features = ["full"] }
num-traits = "0.2.14"