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
commit72ab7b77a55d873d75295dd3f290ea0fa61d66cf (patch)
treea835a53aebf500635adfc6ca23788c53414ff72b /crates/whirl_api
parentMerge pull request #88 from Whirlsplash/renovate/tokio-util-0.x (diff)
downloadwhirl-72ab7b77a55d873d75295dd3f290ea0fa61d66cf.tar.xz
whirl-72ab7b77a55d873d75295dd3f290ea0fa61d66cf.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 6373f1b..a821483 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"