aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFuwn <[email protected]>2021-05-07 11:33:43 +0000
committerGitHub <[email protected]>2021-05-07 11:33:43 +0000
commitbaae7889bcef40fb4690ac5ec19fc11cc001964e (patch)
tree9379ad67fd01af58f283780798399694a58bddc5
parentfeat(prompt): zero-index history builtin output for accuracy (diff)
parentfix(deps): update rust crate sysinfo to 0.17.3 (diff)
downloadwhirl-baae7889bcef40fb4690ac5ec19fc11cc001964e.tar.xz
whirl-baae7889bcef40fb4690ac5ec19fc11cc001964e.zip
Merge pull request #15 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 ab87226..0931a5d 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.2"
+sysinfo = "0.17.3"
# Byte Manipulation
bytes = "1.0.1"