diff options
| author | mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> | 2021-09-06 20:23:13 +0000 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-09-06 20:23:13 +0000 |
| commit | 5633797c2d7349d18fb4aa676e36d1109cbc5e36 (patch) | |
| tree | a835a53aebf500635adfc6ca23788c53414ff72b | |
| parent | Merge pull request #88 from Whirlsplash/renovate/tokio-util-0.x (diff) | |
| parent | fix(deps): update rust crate sysinfo to 0.20.3 (diff) | |
| download | whirl-5633797c2d7349d18fb4aa676e36d1109cbc5e36.tar.xz whirl-5633797c2d7349d18fb4aa676e36d1109cbc5e36.zip | |
Merge pull request #89 from Whirlsplash/renovate/sysinfo-0.x
fix(deps): update rust crate sysinfo to 0.20.3
| -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 6373f1b..a821483 100644 --- a/crates/whirl_api/Cargo.toml +++ b/crates/whirl_api/Cargo.toml @@ -20,7 +20,7 @@ axum = "0.1.3" hyper = "0.14.12" # Utility -sysinfo = "0.20.2" +sysinfo = "0.20.3" whirl_common = { path = "../whirl_common" } tokio = { version = "1.11.0", features = ["full"] } num-traits = "0.2.14" diff --git a/crates/whirl_prompt/Cargo.toml b/crates/whirl_prompt/Cargo.toml index a5f8838..6e0a730 100644 --- a/crates/whirl_prompt/Cargo.toml +++ b/crates/whirl_prompt/Cargo.toml @@ -14,7 +14,7 @@ publish = false [dependencies] # Utility -sysinfo = "0.20.2" +sysinfo = "0.20.3" colour = "0.6.0" # Config |