diff options
| author | Renovate Bot <[email protected]> | 2021-07-08 21:19:24 +0000 |
|---|---|---|
| committer | Renovate Bot <[email protected]> | 2021-07-08 21:19:24 +0000 |
| commit | 06b1c9e354cb76910cd0ca8b21198e7e6483eb5d (patch) | |
| tree | e875273e79ab37a27f24f0544f2f9123d863d2a3 | |
| parent | Merge pull request #56 from Whirlsplash/renovate/tokio-stream-0.x (diff) | |
| download | whirl-06b1c9e354cb76910cd0ca8b21198e7e6483eb5d.tar.xz whirl-06b1c9e354cb76910cd0ca8b21198e7e6483eb5d.zip | |
fix(deps): update rust crate sysinfo to 0.19.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 3d66e75..3e8416e 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.19.0" +sysinfo = "0.19.1" whirl_common = { path = "../whirl_common" } tokio = { version = "1.8.1", features = ["full"] } num-traits = "0.2.14" diff --git a/crates/whirl_prompt/Cargo.toml b/crates/whirl_prompt/Cargo.toml index ee8d6df..94ca75a 100644 --- a/crates/whirl_prompt/Cargo.toml +++ b/crates/whirl_prompt/Cargo.toml @@ -14,7 +14,7 @@ publish = false [dependencies] # Utility -sysinfo = "0.19.0" +sysinfo = "0.19.1" colour = "0.6.0" # Config |