Skip to content

Commit

Permalink
Update Rust Azure crates to 0.21.0
Browse files Browse the repository at this point in the history
Manual applications of #166 and #167.
  • Loading branch information
spotlightishere committed Oct 16, 2024
1 parent 339dd92 commit ff3c383
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions crates/azure/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@ log = ["dep:log"]

[dependencies]
async-trait = "0.1.83"
azure_core = "0.20.0"
azure_storage = "0.20.0"
azure_storage_blobs = "0.20.0"
azure_core = "0.21.0"
azure_storage = "0.21.0"
azure_storage_blobs = "0.21.0"
bytes = "1.7.2"
futures-util = "0.3.31"
log = { version = "0.4.22", optional = true }
Expand Down

0 comments on commit ff3c383

Please sign in to comment.