diff options
| author | Fuwn <[email protected]> | 2021-05-14 10:01:21 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-05-14 10:01:21 -0700 |
| commit | f221a4cc3e2008ed8f902cb083c32e28e69d1296 (patch) | |
| tree | 6885d80009c8a63ac0e1fcf2ad826195c28492a8 | |
| parent | Merge pull request #27 from Whirlsplash/renovate/commitlint-monorepo (diff) | |
| parent | fix(deps): update rust crate sysinfo to 0.17.4 (diff) | |
| download | whirl-f221a4cc3e2008ed8f902cb083c32e28e69d1296.tar.xz whirl-f221a4cc3e2008ed8f902cb083c32e28e69d1296.zip | |
Merge pull request #28 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.3" +sysinfo = "0.17.4" # Byte Manipulation bytes = "1.0.1" |