diff options
| author | Fuwn <[email protected]> | 2021-05-07 11:33:43 +0000 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-05-07 11:33:43 +0000 |
| commit | baae7889bcef40fb4690ac5ec19fc11cc001964e (patch) | |
| tree | 9379ad67fd01af58f283780798399694a58bddc5 | |
| parent | feat(prompt): zero-index history builtin output for accuracy (diff) | |
| parent | fix(deps): update rust crate sysinfo to 0.17.3 (diff) | |
| download | whirl-baae7889bcef40fb4690ac5ec19fc11cc001964e.tar.xz whirl-baae7889bcef40fb4690ac5ec19fc11cc001964e.zip | |
Merge pull request #15 from Whirlsplash/renovate/sysinfo-0.x
| -rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" |