Skip to content

Commit e7966a2

Browse files
build(deps): bump async-trait from 0.1.83 to 0.1.84 (#13527)
Bumps [async-trait](https://github.com/dtolnay/async-trait) from 0.1.83 to 0.1.84. - [Release notes](https://github.com/dtolnay/async-trait/releases) - [Commits](dtolnay/async-trait@0.1.83...0.1.84) --- updated-dependencies: - dependency-name: async-trait dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 9784e1a commit e7966a2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,9 +102,9 @@ dependencies = [
102102

103103
[[package]]
104104
name = "async-trait"
105-
version = "0.1.83"
105+
version = "0.1.84"
106106
source = "registry+https://github.com/rust-lang/crates.io-index"
107-
checksum = "721cae7de5c34fbb2acd27e21e6d2cf7b886dce0c27388d46c4e6c47ea4318dd"
107+
checksum = "1b1244b10dcd56c92219da4e14caa97e312079e185f04ba3eea25061561dc0a0"
108108
dependencies = [
109109
"proc-macro2",
110110
"quote",

0 commit comments

Comments
 (0)