aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFuwn <[email protected]>2021-07-29 12:46:16 +0000
committerGitHub <[email protected]>2021-07-29 12:46:16 +0000
commit530c435fdf09ec2b0e04ef1d67326ce8a7f2f291 (patch)
tree5c7b64e68a8c192c69ab2bc59c6c24f6a1d91760
parentMerge pull request #62 from Whirlsplash/renovate/criterion-0.x (diff)
parentfix(deps): update rust crate async-trait to 0.1.51 (diff)
downloadwhirl-530c435fdf09ec2b0e04ef1d67326ce8a7f2f291.tar.xz
whirl-530c435fdf09ec2b0e04ef1d67326ce8a7f2f291.zip
Merge pull request #63 from Whirlsplash/renovate/async-trait-0.x
-rw-r--r--crates/whirl/Cargo.toml2
-rw-r--r--crates/whirl_server/Cargo.toml2
2 files changed, 2 insertions, 2 deletions
diff --git a/crates/whirl/Cargo.toml b/crates/whirl/Cargo.toml
index 2e2f8a5..30e3ee4 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 6eeafcd..05ea257 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"