Skip to content

Commit

Permalink
Bump async-trait from 0.1.81 to 0.1.82 (#1205)
Browse files Browse the repository at this point in the history
Bumps async-trait from 0.1.81 to 0.1.82.
  • Loading branch information
dependabot[bot] authored Sep 2, 2024
1 parent 745e207 commit 04e76bf
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.1"
edition = "2021"

[dependencies]
async-trait = "0.1.80"
async-trait = "0.1.82"
clap = { version = "4.5.4", features = ["derive"] }
colored = "2.0.4"
derive_more = "1.0.0"
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.14"
async-trait = "0.1.80"
async-trait = "0.1.82"
bytes = "1.6.0"
derive_more = "1.0.0"
futures = "0.3.30"
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.86"
async-broadcast = { version = "0.7.1" }
async-dropper = { version = "0.3.1", features = ["tokio", "simple"] }
async-trait = "0.1.80"
async-trait = "0.1.82"
base64 = "0.22.1"
byte-unit = { version = "5.1.4", 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 @@ -13,7 +13,7 @@ tokio-console = ["dep:console-subscriber", "tokio/tracing"]
ahash = { version = "0.8.11" }
anyhow = "1.0.86"
async-stream = "0.3.5"
async-trait = "0.1.80"
async-trait = "0.1.82"
atone = "0.3.7"
axum = "0.7.5"
axum-server = { version = "0.7.1", features = ["tls-rustls"] }
Expand Down

0 comments on commit 04e76bf

Please sign in to comment.