Skip to content

Commit

Permalink
Bump async-trait from 0.1.79 to 0.1.80 (#896)
Browse files Browse the repository at this point in the history
Bumps https://github.com/dtolnay/async-trait from 0.1.79 to 0.1.80.

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Apr 12, 2024
1 parent 676010c commit b4308e8
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 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
Expand Up @@ -4,7 +4,7 @@ version = "0.1.0"
edition = "2021"

[dependencies]
async-trait = "0.1.79"
async-trait = "0.1.80"
bytes = "1.6.0"
clap = { version = "4.5.4", features = ["derive"] }
colored = "2.0.4"
Expand Down
2 changes: 1 addition & 1 deletion cli/Cargo.toml
Expand Up @@ -8,7 +8,7 @@ homepage = "https://iggy.rs"

[dependencies]
anyhow = "1.0.82"
async-trait = "0.1.79"
async-trait = "0.1.80"
clap = { version = "4.5.4", features = ["derive"] }
clap_complete = "4.5.2"
figlet-rs = "0.1.5"
Expand Down
2 changes: 1 addition & 1 deletion integration/Cargo.toml
Expand Up @@ -5,7 +5,7 @@ edition = "2021"

[dependencies]
assert_cmd = "2.0.14"
async-trait = "0.1.79"
async-trait = "0.1.80"
byte-unit = { version = "5.1.4", default-features = false, features = [
"serde",
"byte",
Expand Down
2 changes: 1 addition & 1 deletion sdk/Cargo.toml
Expand Up @@ -15,7 +15,7 @@ readme = "../README.md"
aes-gcm = "0.10.3"
anyhow = "1.0.82"
async-dropper = { version = "0.3.1", features = ["tokio", "simple"] }
async-trait = "0.1.79"
async-trait = "0.1.80"
base64 = "0.22.0"
byte-unit = { version = "5.1.4", default-features = false, features = [
"serde",
Expand Down
2 changes: 1 addition & 1 deletion server/Cargo.toml
Expand Up @@ -13,7 +13,7 @@ tokio-console = ["dep:console-subscriber", "tokio/tracing"]
aes-gcm = "0.10.3"
anyhow = "1.0.82"
async-stream = "0.3.5"
async-trait = "0.1.79"
async-trait = "0.1.80"
atone = "0.3.7"
axum = "0.7.5"
axum-server = { version = "0.6.0", features = ["tls-rustls"] }
Expand Down

0 comments on commit b4308e8

Please sign in to comment.