Skip to content

Commit 2a32127

Browse files
build(deps): bump async-trait from 0.1.66 to 0.1.68 (#2368)
Bumps [async-trait](https://github.com/dtolnay/async-trait) from 0.1.66 to 0.1.68. - [Release notes](https://github.com/dtolnay/async-trait/releases) - [Commits](dtolnay/async-trait@0.1.66...0.1.68) --- updated-dependencies: - dependency-name: async-trait dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: Eliza Weisman <[email protected]>
1 parent fc3a1e8 commit 2a32127

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Cargo.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -74,13 +74,13 @@ dependencies = [
7474

7575
[[package]]
7676
name = "async-trait"
77-
version = "0.1.66"
77+
version = "0.1.68"
7878
source = "registry+https://github.com/rust-lang/crates.io-index"
79-
checksum = "b84f9ebcc6c1f5b8cb160f6990096a5c127f423fcb6e1ccc46c370cbdfb75dfc"
79+
checksum = "b9ccdd8f2a161be9bd5c023df56f1b2a0bd1d83872ae53b71a84a12c9bf6e842"
8080
dependencies = [
8181
"proc-macro2",
8282
"quote",
83-
"syn 1.0.109",
83+
"syn 2.0.12",
8484
]
8585

8686
[[package]]

0 commit comments

Comments
 (0)