Skip to content

Commit e448801

Browse files
build(deps): bump async-trait from 0.1.84 to 0.1.85 (#13538)
Bumps [async-trait](https://github.com/dtolnay/async-trait) from 0.1.84 to 0.1.85. - [Release notes](https://github.com/dtolnay/async-trait/releases) - [Commits](dtolnay/async-trait@0.1.84...0.1.85) --- 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 2c5eeec commit e448801

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.84"
105+
version = "0.1.85"
106106
source = "registry+https://github.com/rust-lang/crates.io-index"
107-
checksum = "1b1244b10dcd56c92219da4e14caa97e312079e185f04ba3eea25061561dc0a0"
107+
checksum = "3f934833b4b7233644e5848f235df3f57ed8c80f1528a26c3dfa13d2147fa056"
108108
dependencies = [
109109
"proc-macro2",
110110
"quote",

0 commit comments

Comments
 (0)