diff options
| author | Renovate Bot <[email protected]> | 2021-09-28 10:39:58 +0000 |
|---|---|---|
| committer | Renovate Bot <[email protected]> | 2021-09-28 10:39:58 +0000 |
| commit | 40d750df30570f9ccb65571633f4e36c39139775 (patch) | |
| tree | f5d4defd7a469439dac7fd7afb2e69980d5bbe98 /crates/whirl_api | |
| parent | Merge pull request #94 from Whirlsplash/renovate/tokio-1.x (diff) | |
| download | whirl-40d750df30570f9ccb65571633f4e36c39139775.tar.xz whirl-40d750df30570f9ccb65571633f4e36c39139775.zip | |
fix(deps): update rust crate sysinfo to 0.20.4
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 f212db5..5eafb42 100644 --- a/crates/whirl_api/Cargo.toml +++ b/crates/whirl_api/Cargo.toml @@ -20,7 +20,7 @@ axum = "0.1.3" hyper = "0.14.13" # Utility -sysinfo = "0.20.3" +sysinfo = "0.20.4" whirl_common = { path = "../whirl_common" } tokio = { version = "1.12.0", features = ["full"] } num-traits = "0.2.14" |