diff options
| author | Fuwn <[email protected]> | 2021-05-26 21:30:28 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-05-26 21:30:28 -0700 |
| commit | 094181bfedaaa76bb79a5d574e007b81c3d4183a (patch) | |
| tree | ece2a1df40b1780497f01cbfd3bb6413f6624978 | |
| parent | chore(whirl): remove unused sysinfo dep (diff) | |
| parent | fix(deps): update rust crate sysinfo to 0.18.0 (diff) | |
| download | whirl-094181bfedaaa76bb79a5d574e007b81c3d4183a.tar.xz whirl-094181bfedaaa76bb79a5d574e007b81c3d4183a.zip | |
Merge pull request #36 from Whirlsplash/renovate/sysinfo-0.x
fix(deps): update rust crate sysinfo to 0.18.0
| -rw-r--r-- | crates/whirl_api/Cargo.toml | 2 | ||||
| -rw-r--r-- | crates/whirl_prompt/Cargo.toml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/crates/whirl_api/Cargo.toml b/crates/whirl_api/Cargo.toml index 8a45363..3ce7ba3 100644 --- a/crates/whirl_api/Cargo.toml +++ b/crates/whirl_api/Cargo.toml @@ -19,7 +19,7 @@ actix-web = { version = "3.3.2", features = ["rustls"] } actix-cors = "0.5.4" # Utility -sysinfo = "0.17.5" +sysinfo = "0.18.0" whirl_common = { path = "../whirl_common" } # Serialization diff --git a/crates/whirl_prompt/Cargo.toml b/crates/whirl_prompt/Cargo.toml index f4699cd..9f6e243 100644 --- a/crates/whirl_prompt/Cargo.toml +++ b/crates/whirl_prompt/Cargo.toml @@ -15,7 +15,7 @@ publish = false [dependencies] # Utility -sysinfo = "0.17.5" +sysinfo = "0.18.0" colour = "0.6.0" # Config |