diff options
| author | Renovate Bot <[email protected]> | 2021-07-29 01:47:27 +0000 |
|---|---|---|
| committer | Renovate Bot <[email protected]> | 2021-07-29 01:47:27 +0000 |
| commit | a862e935e69077b0f9532bd2beafb0b5b9eb7b3c (patch) | |
| tree | 743328f7e966bbabe259a261e8ba338b803720ec | |
| parent | Merge pull request #62 from Whirlsplash/renovate/criterion-0.x (diff) | |
| download | whirl-a862e935e69077b0f9532bd2beafb0b5b9eb7b3c.tar.xz whirl-a862e935e69077b0f9532bd2beafb0b5b9eb7b3c.zip | |
fix(deps): update rust crate async-trait to 0.1.51
| -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 5ba2500..2e5de87 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.50" +async-trait = "0.1.51" whirl_common = { path = "../whirl_common" } # Byte Manipulation diff --git a/crates/whirl_server/Cargo.toml b/crates/whirl_server/Cargo.toml index 91f5d1e..5fb2efb 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.50" +async-trait = "0.1.51" num-traits = "0.2.14" num-derive = "0.3.3" |