diff options
| author | Renovate Bot <[email protected]> | 2021-05-07 16:07:37 +0000 |
|---|---|---|
| committer | Renovate Bot <[email protected]> | 2021-05-07 16:07:37 +0000 |
| commit | 985776397cee54c9c442fdd6adc12814b69ec2c0 (patch) | |
| tree | 9379ad67fd01af58f283780798399694a58bddc5 /Cargo.toml | |
| parent | feat(prompt): zero-index history builtin output for accuracy (diff) | |
| download | whirl-985776397cee54c9c442fdd6adc12814b69ec2c0.tar.xz whirl-985776397cee54c9c442fdd6adc12814b69ec2c0.zip | |
fix(deps): update rust crate sysinfo to 0.17.3
Diffstat (limited to 'Cargo.toml')
| -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" |