diff options
| author | Fuwn <[email protected]> | 2021-05-17 11:09:03 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-05-17 11:09:03 -0700 |
| commit | ecb565792728c02f48118f0904739918f800d574 (patch) | |
| tree | 840df0ab885f706f75fc4a27055ff424d4ef7583 | |
| parent | refactor(global): move constants and structures to their respective modules (diff) | |
| parent | fix(deps): update rust crate sysinfo to 0.17.5 (diff) | |
| download | whirl-ecb565792728c02f48118f0904739918f800d574.tar.xz whirl-ecb565792728c02f48118f0904739918f800d574.zip | |
Merge pull request #32 from Whirlsplash/renovate/sysinfo-0.x
fix(deps): update rust crate sysinfo to 0.17.5
| -rw-r--r-- | whirl_core/Cargo.toml | 2 | ||||
| -rw-r--r-- | whirl_prompt/Cargo.toml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/whirl_core/Cargo.toml b/whirl_core/Cargo.toml index 325666c..5fd476e 100644 --- a/whirl_core/Cargo.toml +++ b/whirl_core/Cargo.toml @@ -26,7 +26,7 @@ flexi_logger = "0.17.1" # Utility rand = "0.8.3" async-trait = "0.1.50" -sysinfo = "0.17.4" +sysinfo = "0.17.5" simple-error = "0.2.3" # Byte Manipulation diff --git a/whirl_prompt/Cargo.toml b/whirl_prompt/Cargo.toml index 709c178..8ecc007 100644 --- a/whirl_prompt/Cargo.toml +++ b/whirl_prompt/Cargo.toml @@ -15,7 +15,7 @@ publish = false [dependencies] # Utility -sysinfo = "0.17.4" +sysinfo = "0.17.5" colour = "0.6.0" # Config |