Skip to content

Commit

Permalink
Bump async-trait from 0.1.84 to 0.1.85
Browse files Browse the repository at this point in the history
Bumps [async-trait](https://github.com/dtolnay/async-trait) from 0.1.84 to 0.1.85.
- [Release notes](https://github.com/dtolnay/async-trait/releases)
- [Commits](dtolnay/async-trait@0.1.84...0.1.85)

---
updated-dependencies:
- dependency-name: async-trait
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 6, 2025
1 parent 00f66ea commit 97998ef
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion bench/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version = "0.1.2"
edition = "2021"

[dependencies]
async-trait = "0.1.84"
async-trait = "0.1.85"
clap = { version = "4.5.23", features = ["derive"] }
colored = "2.2.0"
csv = "1.3.1"
Expand Down
2 changes: 1 addition & 1 deletion integration/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ edition = "2021"
[dependencies]
ahash = { version = "0.8.11", features = ["serde"] }
assert_cmd = "2.0.16"
async-trait = "0.1.84"
async-trait = "0.1.85"
bytes = "1.9.0"
chrono = "0.4.39"
ctor = "0.2.9"
Expand Down
2 changes: 1 addition & 1 deletion sdk/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ ahash = { version = "0.8.11", features = ["serde"] }
anyhow = "1.0.95"
async-broadcast = { version = "0.7.2" }
async-dropper = { version = "0.3.1", features = ["tokio", "simple"] }
async-trait = "0.1.84"
async-trait = "0.1.85"
base64 = "0.22.1"
byte-unit = { version = "5.1.6", default-features = false, features = [
"serde",
Expand Down
2 changes: 1 addition & 1 deletion server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ tokio-console = ["dep:console-subscriber", "tokio/tracing"]
[dependencies]
ahash = { version = "0.8.11" }
anyhow = "1.0.95"
async-trait = "0.1.84"
async-trait = "0.1.85"
atone = "0.3.7"
axum = "0.8.1"
axum-server = { version = "0.7.1", features = ["tls-rustls"] }
Expand Down

0 comments on commit 97998ef

Please sign in to comment.