diff options
| author | Renovate Bot <[email protected]> | 2021-06-05 23:06:09 +0000 |
|---|---|---|
| committer | Renovate Bot <[email protected]> | 2021-06-05 23:06:09 +0000 |
| commit | 8a200abba21cdc47d9e97a7791dca89526853fe4 (patch) | |
| tree | b279837ab81f6b2e0d69ce5e7383a7a38a2b8bde | |
| parent | Merge pull request #39 from Whirlsplash/renovate/sysinfo-0.x (diff) | |
| download | whirl-8a200abba21cdc47d9e97a7791dca89526853fe4.tar.xz whirl-8a200abba21cdc47d9e97a7791dca89526853fe4.zip | |
fix(deps): update rust crate sysinfo to 0.18.2
| -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 ff56c95..8749f39 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.18.1" +sysinfo = "0.18.2" whirl_common = { path = "../whirl_common" } tokio = { version = "1.6.1", features = ["full"] } num-traits = "0.2.14" diff --git a/crates/whirl_prompt/Cargo.toml b/crates/whirl_prompt/Cargo.toml index aed2d9d..5543c24 100644 --- a/crates/whirl_prompt/Cargo.toml +++ b/crates/whirl_prompt/Cargo.toml @@ -15,7 +15,7 @@ publish = false [dependencies] # Utility -sysinfo = "0.18.1" +sysinfo = "0.18.2" colour = "0.6.0" # Config |