diff options
| author | Renovate Bot <[email protected]> | 2021-06-29 13:50:38 +0000 |
|---|---|---|
| committer | Renovate Bot <[email protected]> | 2021-06-29 13:50:38 +0000 |
| commit | 57c9480ef8645f44fc7372f864c262b52f151c0f (patch) | |
| tree | ce2cb4c3b289235e75adf308f0d337aa2138720e /crates/whirl_api | |
| parent | chore(global): remove unused `license-file` manifest keys (diff) | |
| download | whirl-57c9480ef8645f44fc7372f864c262b52f151c0f.tar.xz whirl-57c9480ef8645f44fc7372f864c262b52f151c0f.zip | |
fix(deps): update rust crate sysinfo to 0.19.0
Diffstat (limited to 'crates/whirl_api')
| -rw-r--r-- | crates/whirl_api/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/whirl_api/Cargo.toml b/crates/whirl_api/Cargo.toml index 81f76b5..ee42ff7 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.18.2" +sysinfo = "0.19.0" whirl_common = { path = "../whirl_common" } tokio = { version = "1.7.1", features = ["full"] } num-traits = "0.2.14" |