Skip to content

Commit 883152b

Browse files
dependabot[bot]zk-steve
authored andcommitted
build(deps): bump async-trait from 0.1.79 to 0.1.80
Bumps [async-trait](https://github.com/dtolnay/async-trait) from 0.1.79 to 0.1.80. - [Release notes](https://github.com/dtolnay/async-trait/releases) - [Commits](dtolnay/async-trait@0.1.79...0.1.80) --- updated-dependencies: - dependency-name: async-trait dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent c506a04 commit 883152b

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/adapter/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ path = "../common"
2222
version = "2.1.0"
2323

2424
[dependencies.async-trait]
25-
version = "0.1.77"
25+
version = "0.1.80"
2626

2727
[dependencies.deadpool-diesel]
2828
version = "0.6.0"

src/core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ autotests = true
1313
autobenches = true
1414

1515
[dependencies.async-trait]
16-
version = "0.1.77"
16+
version = "0.1.80"
1717

1818
[dependencies.serde]
1919
version = "1.0"

0 commit comments

Comments
 (0)