diff options
| author | Fuwn <[email protected]> | 2022-01-14 17:14:04 +0000 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2022-01-14 17:14:04 +0000 |
| commit | 51266d4fe650ea6388acf43ca13c705708b5dfae (patch) | |
| tree | 923244cdd43ebd4dc244ac0c36d81e42b02963fa /crates/whirl_api | |
| parent | chore: remove unused deps (diff) | |
| parent | Merge pull request #134 from Whirlsplash/renovate/flexi_logger-0.x (diff) | |
| download | whirl-51266d4fe650ea6388acf43ca13c705708b5dfae.tar.xz whirl-51266d4fe650ea6388acf43ca13c705708b5dfae.zip | |
fix: merge github updates
Diffstat (limited to 'crates/whirl_api')
| -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 86f455d..6043ff6 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" |