diff options
| author | Renovate Bot <[email protected]> | 2021-06-03 17:06:13 +0000 |
|---|---|---|
| committer | Renovate Bot <[email protected]> | 2021-06-03 17:06:13 +0000 |
| commit | b4754ad66996cb7c8dff7a8fb3a348c5e33489c3 (patch) | |
| tree | 8d0ebbb7c98fb394d05e8ce499f315f3052616c1 | |
| parent | refactor(server): final refactoring of replacing command type constants with ... (diff) | |
| download | whirl-b4754ad66996cb7c8dff7a8fb3a348c5e33489c3.tar.xz whirl-b4754ad66996cb7c8dff7a8fb3a348c5e33489c3.zip | |
fix(deps): update rust crate sysinfo to 0.18.1
| -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 622c53a..ff56c95 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.0" +sysinfo = "0.18.1" 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 ffaa56a..aed2d9d 100644 --- a/crates/whirl_prompt/Cargo.toml +++ b/crates/whirl_prompt/Cargo.toml @@ -15,7 +15,7 @@ publish = false [dependencies] # Utility -sysinfo = "0.18.0" +sysinfo = "0.18.1" colour = "0.6.0" # Config |