diff options
| author | Fuwn <[email protected]> | 2022-01-14 17:14:04 -0800 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2022-01-14 17:14:04 -0800 |
| commit | 089ccebd42baeb88d86d238f195cb71a67cd1141 (patch) | |
| tree | 4c56bc1f19cf70916d5bd0fdbaa6f04ec37d7842 /crates/whirl_api/Cargo.toml | |
| parent | chore: remove unused deps (diff) | |
| parent | Merge pull request #134 from Whirlsplash/renovate/flexi_logger-0.x (diff) | |
| download | whirl-089ccebd42baeb88d86d238f195cb71a67cd1141.tar.xz whirl-089ccebd42baeb88d86d238f195cb71a67cd1141.zip | |
fix: merge github updates
Diffstat (limited to 'crates/whirl_api/Cargo.toml')
| -rw-r--r-- | crates/whirl_api/Cargo.toml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/crates/whirl_api/Cargo.toml b/crates/whirl_api/Cargo.toml index 467181a..0f955d0 100644 --- a/crates/whirl_api/Cargo.toml +++ b/crates/whirl_api/Cargo.toml @@ -18,14 +18,14 @@ axum = "0.4.4" hyper = "0.14.13" # Utility -sysinfo = "0.20.4" +sysinfo = "0.20.5" whirl_common = { path = "../whirl_common" } -tokio = { version = "1.12.0", features = ["full"] } +tokio = { version = "1.13.0", features = ["full"] } num-traits = "0.2.14" # Serialization -serde = "1.0.130" -serde_derive = "1.0.130" +serde = "1.0.133" +serde_derive = "1.0.133" # Logging log = "0.4.14" @@ -34,4 +34,4 @@ log = "0.4.14" whirl_config = { path = "../whirl_config" } # Web -curl = "0.4.39" +curl = "0.4.42" |