diff options
| author | Renovate Bot <[email protected]> | 2022-02-28 19:58:03 +0000 |
|---|---|---|
| committer | Renovate Bot <[email protected]> | 2022-02-28 19:58:03 +0000 |
| commit | 1f4af9d344cc3d93cd851a5b2cb147dbd11b4041 (patch) | |
| tree | 3c578eff42b6e587bcec8ca10763f9ac8c42e224 | |
| parent | Merge pull request #137 from Whirlsplash/renovate/structopt-0.x (diff) | |
| download | whirl-1f4af9d344cc3d93cd851a5b2cb147dbd11b4041.tar.xz whirl-1f4af9d344cc3d93cd851a5b2cb147dbd11b4041.zip | |
fix(deps): update rust crate sysinfo to 0.23.5
| -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 d452110..769051f 100644 --- a/crates/whirl_api/Cargo.toml +++ b/crates/whirl_api/Cargo.toml @@ -18,7 +18,7 @@ axum = "0.4.4" hyper = "0.14.13" # Utility -sysinfo = "0.20.5" +sysinfo = "0.23.5" whirl_common = { path = "../whirl_common" } tokio = { version = "1.13.0", features = ["full"] } num-traits = "0.2.14" diff --git a/crates/whirl_prompt/Cargo.toml b/crates/whirl_prompt/Cargo.toml index 57a7017..6586acc 100644 --- a/crates/whirl_prompt/Cargo.toml +++ b/crates/whirl_prompt/Cargo.toml @@ -14,7 +14,7 @@ publish = false [dependencies] # Utility -sysinfo = "0.20.5" +sysinfo = "0.23.5" colour = "0.6.0" # Config |