Skip to content

Commit

Permalink
Upgrade azure dependencies (#82)
Browse files Browse the repository at this point in the history
  • Loading branch information
svix-jplatte authored May 6, 2024
1 parent e026c2b commit c529f1a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions omniqueue/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ edition = "2021"
async-trait = "0.1"
aws-config = { version = "1.1.5", features = ["behavior-version-latest"], optional = true }
aws-sdk-sqs = { version = "1.13.0", optional = true }
azure_storage = { version = "0.19.0", optional = true }
azure_storage_queues = { version = "0.19.0", optional = true }
azure_storage = { version = "0.20.0", optional = true }
azure_storage_queues = { version = "0.20.0", optional = true }
bb8 = { version = "0.8", optional = true }
bb8-redis = { version = "0.15.0", optional = true }
bytesize = "1.3.0"
Expand Down

0 comments on commit c529f1a

Please sign in to comment.