aboutsummaryrefslogtreecommitdiff
path: root/crates/whirl_api/Cargo.toml
diff options
context:
space:
mode:
authorRenovate Bot <[email protected]>2021-08-30 13:57:17 +0000
committerRenovate Bot <[email protected]>2021-08-30 13:57:17 +0000
commitd7ec27cbe0cf7c28632b4fb65ae5c390d5643290 (patch)
treef399b9c848259c9000f4b067b8e1855996268397 /crates/whirl_api/Cargo.toml
parentfeat(readme): add sub-moto (diff)
downloadwhirl-d7ec27cbe0cf7c28632b4fb65ae5c390d5643290.tar.xz
whirl-d7ec27cbe0cf7c28632b4fb65ae5c390d5643290.zip
fix(deps): update rust crate sysinfo to 0.20.2
Diffstat (limited to 'crates/whirl_api/Cargo.toml')
-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 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"