Skip to content

Commit 5b87b02

Browse files
Bump async-trait from 0.1.85 to 0.1.86 (#364)
Bumps [async-trait](https://github.com/dtolnay/async-trait) from 0.1.85 to 0.1.86. - [Release notes](https://github.com/dtolnay/async-trait/releases) - [Commits](dtolnay/async-trait@0.1.85...0.1.86) --- 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 0f3e4a7 commit 5b87b02

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.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ description = "distributed saga implementation"
1111

1212
[dependencies]
1313
anyhow = "1.0.95"
14-
async-trait = "0.1.85"
14+
async-trait = "0.1.86"
1515
futures = "0.3.31"
1616
newtype_derive = "0.1.6"
1717
serde_json = "1.0"

0 commit comments

Comments
 (0)