Skip to content

Commit

Permalink
Update Rust crate async-trait to 0.1.79
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Mar 24, 2024
1 parent e0e513f commit d6cc649
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion crates/azure/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ serde = ["dep:serde"]
log = ["dep:log"]

[dependencies]
async-trait = "0.1.78"
async-trait = "0.1.79"
azure_core = "0.19.0"
azure_storage = "0.19.0"
azure_storage_blobs = "0.19.0"
Expand Down
2 changes: 1 addition & 1 deletion crates/fs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ log = ["dep:log"]

[dependencies]
async-std = { version = "1.12.0", optional = true }
async-trait = "0.1.78"
async-trait = "0.1.79"
bytes = "1.6.0"
dirs = "5.0.1"
file-format = { version = "0.24.0", optional = true }
Expand Down
2 changes: 1 addition & 1 deletion crates/gridfs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ serde = ["dep:serde"]
log = ["dep:log"]

[dependencies]
async-trait = "0.1.78"
async-trait = "0.1.79"
bytes = "1.6.0"
futures-util = "0.3.30"
log = { version = "0.4.21", optional = true }
Expand Down
2 changes: 1 addition & 1 deletion crates/s3/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ serde = ["dep:serde"]
log = ["dep:log"]

[dependencies]
async-trait = "0.1.78"
async-trait = "0.1.79"
aws-config = "1.1.8"
aws-credential-types = "1.1.8"
aws-sdk-s3 = { version = "1.20.0", features = ["behavior-version-latest"] }
Expand Down
2 changes: 1 addition & 1 deletion remi/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@ edition.workspace = true
rust-version.workspace = true

[dependencies]
async-trait = "0.1.78"
async-trait = "0.1.79"
bytes = "1.6.0"
futures = "0.3.30"

0 comments on commit d6cc649

Please sign in to comment.