diff options
Diffstat (limited to 'crates/whirl_api/Cargo.toml')
| -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 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" |