diff options
| author | Renovate Bot <[email protected]> | 2021-08-04 23:11:22 +0000 |
|---|---|---|
| committer | Renovate Bot <[email protected]> | 2021-08-04 23:11:22 +0000 |
| commit | e8f24c539f4720231cc62926061c1d29ae62eada (patch) | |
| tree | d6b47e031ffb1e16a290fd73f2a0c6b21878d2a3 | |
| parent | refactor(whirl_api): migrate to Axum (diff) | |
| download | whirl-e8f24c539f4720231cc62926061c1d29ae62eada.tar.xz whirl-e8f24c539f4720231cc62926061c1d29ae62eada.zip | |
fix(deps): update rust crate sysinfo to 0.20.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 afaa653..50d3e52 100644 --- a/crates/whirl_api/Cargo.toml +++ b/crates/whirl_api/Cargo.toml @@ -20,7 +20,7 @@ axum = "0.1.2" hyper = "0.14.11" # Utility -sysinfo = "0.19.2" +sysinfo = "0.20.0" whirl_common = { path = "../whirl_common" } tokio = { version = "1.9.0", features = ["full"] } num-traits = "0.2.14" diff --git a/crates/whirl_prompt/Cargo.toml b/crates/whirl_prompt/Cargo.toml index e8b9f2a..788ff25 100644 --- a/crates/whirl_prompt/Cargo.toml +++ b/crates/whirl_prompt/Cargo.toml @@ -14,7 +14,7 @@ publish = false [dependencies] # Utility -sysinfo = "0.19.2" +sysinfo = "0.20.0" colour = "0.6.0" # Config |