aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFuwn <[email protected]>2021-05-14 10:01:21 +0000
committerGitHub <[email protected]>2021-05-14 10:01:21 +0000
commit2ccc19527ec7ba8483df34fd6bf4a7665e314d62 (patch)
tree3e7be845e6680fa32aaced097d7d1e42fd62c04b
parentMerge pull request #27 from Whirlsplash/renovate/commitlint-monorepo (diff)
parentfix(deps): update rust crate sysinfo to 0.17.4 (diff)
downloadwhirl-2ccc19527ec7ba8483df34fd6bf4a7665e314d62.tar.xz
whirl-2ccc19527ec7ba8483df34fd6bf4a7665e314d62.zip
Merge pull request #28 from Whirlsplash/renovate/sysinfo-0.x
-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"