diff options
| author | Fuwn <[email protected]> | 2021-05-17 11:09:03 +0000 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-05-17 11:09:03 +0000 |
| commit | 47cb2519819b257ec79e664cdba9d6354087e895 (patch) | |
| tree | 592c24a304d34f2bde4c726f51a687cdb2f22106 | |
| 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-47cb2519819b257ec79e664cdba9d6354087e895.tar.xz whirl-47cb2519819b257ec79e664cdba9d6354087e895.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 8582d78..c086b93 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 83e09cd..6118d54 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 |