summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorbors[bot] <26634292+bors[bot]@users.noreply.github.com>2023-02-06 07:26:07 +0000
committerGitHub <noreply@github.com>2023-02-06 07:26:07 +0000
commit6f7172495f390599010963a62f74384fbd4735cc (patch)
tree295f5d478ff36cf0ecb59ed9e04aeca3dc741b36 /Cargo.toml
parent286ac93000670fa59ae6651a531e68b4cdfd7f27 (diff)
parent658095576231129ab339dcae90140bd1ecc63c17 (diff)
Merge #173
173: Build(deps): Bump async-trait from 0.1.63 to 0.1.64 r=matthiasbeyer a=dependabot[bot] Bumps [async-trait](https://github.com/dtolnay/async-trait) from 0.1.63 to 0.1.64. Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index d6a86a9..8ac6c5b 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -57,7 +57,7 @@ tracing-subscriber = { version = "0.3.16", optional = true, features = [
"env-filter",
] }
yoke = "0.7.0"
-async-trait = "0.1.63"
+async-trait = "0.1.64"
[dev-dependencies]
static_assertions = "1.1.0"