aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFuwn <[email protected]>2021-05-07 11:33:43 -0700
committerGitHub <[email protected]>2021-05-07 11:33:43 -0700
commitf09c05b8f6f4cc229cb646b6c4959c4db92dd481 (patch)
treef2d743902e5c4a741557555ad36276c8c8c39e16
parentfeat(prompt): zero-index history builtin output for accuracy (diff)
parentfix(deps): update rust crate sysinfo to 0.17.3 (diff)
downloadwhirl-f09c05b8f6f4cc229cb646b6c4959c4db92dd481.tar.xz
whirl-f09c05b8f6f4cc229cb646b6c4959c4db92dd481.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 5127e65..aef6dca 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"