aboutsummaryrefslogtreecommitdiff
path: root/crates
diff options
context:
space:
mode:
authormergify[bot] <37929162+mergify[bot]@users.noreply.github.com>2022-01-12 18:57:19 +0000
committerGitHub <[email protected]>2022-01-12 18:57:19 +0000
commitbef24800044d8ae35287f94f5bef076c81e37a76 (patch)
treec8ee528fa4fcb5f0dd0bad541d8bfd2a6276906e /crates
parentMerge pull request #130 from Whirlsplash/renovate/curl-0.x (diff)
parentfix(deps): update rust crate async-trait to 0.1.52 (diff)
downloadarchived-whirl-bef24800044d8ae35287f94f5bef076c81e37a76.tar.xz
archived-whirl-bef24800044d8ae35287f94f5bef076c81e37a76.zip
Merge pull request #129 from Whirlsplash/renovate/async-trait-0.x
fix(deps): update rust crate async-trait to 0.1.52
Diffstat (limited to 'crates')
-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 79ad36f..1c242b3 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 dfc6387..64e3465 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"