Skip to content

Commit b10ed2e

Browse files
dependabot[bot]neuronull
authored andcommitted
chore(deps): Bump async-trait from 0.1.72 to 0.1.73 (#18235)
Bumps [async-trait](https://github.com/dtolnay/async-trait) from 0.1.72 to 0.1.73. - [Release notes](https://github.com/dtolnay/async-trait/releases) - [Commits](dtolnay/async-trait@0.1.72...0.1.73) --- 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 c6249de commit b10ed2e

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
@@ -146,7 +146,7 @@ loki-logproto = { path = "lib/loki-logproto", optional = true }
146146

147147
# Tokio / Futures
148148
async-stream = { version = "0.3.5", default-features = false }
149-
async-trait = { version = "0.1.72", default-features = false }
149+
async-trait = { version = "0.1.73", default-features = false }
150150
futures = { version = "0.3.28", default-features = false, features = ["compat", "io-compat"], package = "futures" }
151151
tokio = { version = "1.30.0", default-features = false, features = ["full"] }
152152
tokio-openssl = { version = "0.6.3", default-features = false }

0 commit comments

Comments
 (0)