Skip to content

Commit

Permalink
Bump async-trait from 0.1.78 to 0.1.79 (#839)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Mar 26, 2024
1 parent 3315d69 commit 7b97ffa
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
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version = "0.1.0"
edition = "2021"

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

[dependencies]
anyhow = "1.0.81"
async-trait = "0.1.78"
async-trait = "0.1.79"
clap = { version = "4.5.3", features = ["derive"] }
clap_complete = "4.5.1"
figlet-rs = "0.1.5"
Expand Down
2 changes: 1 addition & 1 deletion integration/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ edition = "2021"

[dependencies]
assert_cmd = "2.0.14"
async-trait = "0.1.78"
async-trait = "0.1.79"
byte-unit = { version = "5.1.4", default-features = false, features = [
"serde",
"byte",
Expand Down
2 changes: 1 addition & 1 deletion sdk/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ readme = "../README.md"
aes-gcm = "0.10.3"
anyhow = "1.0.81"
async-dropper = { version = "0.3.1", features = ["tokio", "simple"] }
async-trait = "0.1.78"
async-trait = "0.1.79"
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
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ tokio-console = ["dep:console-subscriber", "tokio/tracing"]
aes-gcm = "0.10.3"
anyhow = "1.0.81"
async-stream = "0.3.5"
async-trait = "0.1.78"
async-trait = "0.1.79"
atone = "0.3.7"
axum = "0.7.4"
axum-server = { version = "0.6.0", features = ["tls-rustls"] }
Expand Down

0 comments on commit 7b97ffa

Please sign in to comment.