aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRenovate Bot <[email protected]>2021-05-13 13:57:32 +0000
committerRenovate Bot <[email protected]>2021-05-13 13:57:32 +0000
commit167d693cfdca0a8276df96f8e028a6a647e3b939 (patch)
tree88eecbf3df30e9717b997c9d1b4e9a0c64e3da9d
parentMerge pull request #26 from Whirlsplash/renovate/serde-1.x (diff)
downloadwhirl-167d693cfdca0a8276df96f8e028a6a647e3b939.tar.xz
whirl-167d693cfdca0a8276df96f8e028a6a647e3b939.zip
fix(deps): update rust crate sysinfo to 0.17.4
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index cab814e..2d5e9eb 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -26,7 +26,7 @@ pretty_env_logger = "0.4.0"
# Utility
rand = "0.8.3"
async-trait = "0.1.50"
-sysinfo = "0.17.3"
+sysinfo = "0.17.4"
# Byte Manipulation
bytes = "1.0.1"