diff options
| author | Fuwn <[email protected]> | 2021-07-08 22:27:13 +0000 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-07-08 22:27:13 +0000 |
| commit | 6584bca21e069945346704decd358a1e1b3d882e (patch) | |
| tree | 9f4dfe7d1e2bec89cb89207a5d83d6a60d52c101 | |
| parent | Merge pull request #56 from Whirlsplash/renovate/tokio-stream-0.x (diff) | |
| parent | fix(deps): update rust crate sysinfo to 0.19.1 (diff) | |
| download | whirl-6584bca21e069945346704decd358a1e1b3d882e.tar.xz whirl-6584bca21e069945346704decd358a1e1b3d882e.zip | |
Merge pull request #57 from Whirlsplash/renovate/sysinfo-0.x
| -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 3f5c245..ffa38b5 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 5661a98..6841f6b 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 |