diff options
| author | Renovate Bot <[email protected]> | 2022-01-12 18:49:15 +0000 |
|---|---|---|
| committer | Renovate Bot <[email protected]> | 2022-01-12 18:49:15 +0000 |
| commit | e9799b78cfeafcce2a7de673a22f59c4c8f0f42b (patch) | |
| tree | 16d2f9e8cd626e6d67ebb013a51216a594a8201f | |
| parent | Merge pull request #127 from Whirlsplash/renovate/actix-web-3.x (diff) | |
| download | whirl-e9799b78cfeafcce2a7de673a22f59c4c8f0f42b.tar.xz whirl-e9799b78cfeafcce2a7de673a22f59c4c8f0f42b.zip | |
fix(deps): update rust crate async-trait to 0.1.52
| -rw-r--r-- | crates/whirl/Cargo.toml | 2 | ||||
| -rw-r--r-- | crates/whirl_server/Cargo.toml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/crates/whirl/Cargo.toml b/crates/whirl/Cargo.toml index 3e2a95c..c71a2d7 100644 --- a/crates/whirl/Cargo.toml +++ b/crates/whirl/Cargo.toml @@ -24,7 +24,7 @@ human-panic = "1.0.3" # Utility rand = "0.8.4" -async-trait = "0.1.51" +async-trait = "0.1.52" whirl_common = { path = "../whirl_common" } # Byte Manipulation diff --git a/crates/whirl_server/Cargo.toml b/crates/whirl_server/Cargo.toml index 7cfe8b7..207f028 100644 --- a/crates/whirl_server/Cargo.toml +++ b/crates/whirl_server/Cargo.toml @@ -17,7 +17,7 @@ publish = false log = "0.4.14" # Utility -async-trait = "0.1.51" +async-trait = "0.1.52" num-traits = "0.2.14" num-derive = "0.3.3" |