Skip to content

Commit b977662

Browse files
build(deps): bump async-trait from 0.1.82 to 0.1.83
Bumps [async-trait](https://github.com/dtolnay/async-trait) from 0.1.82 to 0.1.83. - [Release notes](https://github.com/dtolnay/async-trait/releases) - [Commits](dtolnay/async-trait@0.1.82...0.1.83) --- updated-dependencies: - dependency-name: async-trait dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent b4510f6 commit b977662

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ rust_core = { path = "./src/core" }
1616

1717
anyhow = { version = "1.0.87" }
1818
async = { version = "0.0.2" }
19-
async-trait = { version = "0.1.82" }
19+
async-trait = { version = "0.1.83" }
2020
clap = { version = "4.5.17" }
2121
config = { version = "0.14.0" }
2222
deadpool-diesel = { version = "0.6.1" }

0 commit comments

Comments
 (0)