diff options
| author | Fuwn <[email protected]> | 2021-06-03 10:45:41 +0000 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-06-03 10:45:41 +0000 |
| commit | d5f830600abc26cf614be30e03e50e85a8a83c63 (patch) | |
| tree | c0205ff41f02936be29069f05611163d7dbc645d | |
| parent | refactor(server): final refactoring of replacing command type constants with ... (diff) | |
| parent | fix(deps): update rust crate sysinfo to 0.18.1 (diff) | |
| download | whirl-d5f830600abc26cf614be30e03e50e85a8a83c63.tar.xz whirl-d5f830600abc26cf614be30e03e50e85a8a83c63.zip | |
Merge pull request #39 from Whirlsplash/renovate/sysinfo-0.x
fix(deps): update rust crate sysinfo to 0.18.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 b85a8ab..00f86c2 100644 --- a/crates/whirl_api/Cargo.toml +++ b/crates/whirl_api/Cargo.toml @@ -19,7 +19,7 @@ actix-web = { version = "3.3.2", features = ["rustls"] } actix-cors = "0.5.4" # Utility -sysinfo = "0.18.0" +sysinfo = "0.18.1" whirl_common = { path = "../whirl_common" } tokio = { version = "1.6.1", features = ["full"] } num-traits = "0.2.14" diff --git a/crates/whirl_prompt/Cargo.toml b/crates/whirl_prompt/Cargo.toml index 1fd8ddf..44b954a 100644 --- a/crates/whirl_prompt/Cargo.toml +++ b/crates/whirl_prompt/Cargo.toml @@ -15,7 +15,7 @@ publish = false [dependencies] # Utility -sysinfo = "0.18.0" +sysinfo = "0.18.1" colour = "0.6.0" # Config |