diff options
| author | Renovate Bot <[email protected]> | 2021-06-29 13:50:38 +0000 |
|---|---|---|
| committer | Renovate Bot <[email protected]> | 2021-06-29 13:50:38 +0000 |
| commit | 9cff1a6cd9062993de50f7a67bd2d695cd5a84db (patch) | |
| tree | 4bab83ce38eb68b4771645eabfd5dd8f981e9338 | |
| parent | chore(global): remove unused `license-file` manifest keys (diff) | |
| download | whirl-9cff1a6cd9062993de50f7a67bd2d695cd5a84db.tar.xz whirl-9cff1a6cd9062993de50f7a67bd2d695cd5a84db.zip | |
fix(deps): update rust crate sysinfo to 0.19.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 2ff0f35..acf7666 100644 --- a/crates/whirl_api/Cargo.toml +++ b/crates/whirl_api/Cargo.toml @@ -18,7 +18,7 @@ actix-web = { version = "3.3.2", features = ["rustls"] } actix-cors = "0.5.4" # Utility -sysinfo = "0.18.2" +sysinfo = "0.19.0" whirl_common = { path = "../whirl_common" } tokio = { version = "1.7.1", features = ["full"] } num-traits = "0.2.14" diff --git a/crates/whirl_prompt/Cargo.toml b/crates/whirl_prompt/Cargo.toml index 65f8243..767ec91 100644 --- a/crates/whirl_prompt/Cargo.toml +++ b/crates/whirl_prompt/Cargo.toml @@ -14,7 +14,7 @@ publish = false [dependencies] # Utility -sysinfo = "0.18.2" +sysinfo = "0.19.0" colour = "0.6.0" # Config |