summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-03-20 05:06:30 +0000
committerGitHub <noreply@github.com>2023-03-20 05:06:30 +0000
commite7f27a2da8bfa0ece89b19ef0b48d35cabad5d52 (patch)
treeb5e5a088c8130feaf475a300c47ad672483ab64f /Cargo.toml
parent2467116eceb61e0f902d0a77409dac6144d1e08e (diff)
Build(deps): Bump async-trait from 0.1.66 to 0.1.67
Bumps [async-trait](https://github.com/dtolnay/async-trait) from 0.1.66 to 0.1.67. - [Release notes](https://github.com/dtolnay/async-trait/releases) - [Commits](https://github.com/dtolnay/async-trait/compare/0.1.66...0.1.67) --- updated-dependencies: - dependency-name: async-trait dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@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 32b49a0..6a1e6e3 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.66"
+async-trait = "0.1.67"
[dev-dependencies]
static_assertions = "1.1.0"