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 | eabdc02d1b625fa95ce2162c2027aaf7b16492c7 (patch) | |
| tree | f2d743902e5c4a741557555ad36276c8c8c39e16 | |
| parent | feat(prompt): zero-index history builtin output for accuracy (diff) | |
| download | whirl-eabdc02d1b625fa95ce2162c2027aaf7b16492c7.tar.xz whirl-eabdc02d1b625fa95ce2162c2027aaf7b16492c7.zip | |
fix(deps): update rust crate sysinfo to 0.17.3
| -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" |