Skip to content

Commit 02d121b

Browse files
Bump async-trait from 0.1.86 to 0.1.88 (#1298)
Bumps [async-trait](https://github.com/dtolnay/async-trait) from 0.1.86 to 0.1.88. - [Release notes](https://github.com/dtolnay/async-trait/releases) - [Commits](dtolnay/async-trait@0.1.86...0.1.88) --- 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: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent fc3bd19 commit 02d121b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dropshot/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ workspace = true
1515

1616
[dependencies]
1717
async-stream = "0.3.6"
18-
async-trait = "0.1.86"
18+
async-trait = "0.1.88"
1919
base64 = "0.22.1"
2020
bytes = "1"
2121
camino = { version = "1.1.9", features = ["serde1"] }

0 commit comments

Comments
 (0)