Skip to content

Commit

Permalink
Upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
svix-jplatte committed Oct 2, 2024
1 parent a2817f2 commit e637e18
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions omniqueue/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@ aws-sdk-sqs = { version = "1.13.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.16.0", optional = true }
bb8-redis = { version = "0.17.0", optional = true }
bytesize = "1.3.0"
futures-util = { version = "0.3.28", default-features = false, features = ["async-await", "std"], optional = true }
google-cloud-googleapis = { version = "0.12.0", optional = true }
google-cloud-pubsub = { version = "0.24.0", optional = true }
google-cloud-googleapis = { version = "0.15.0", optional = true }
google-cloud-pubsub = { version = "0.29.1", optional = true }
lapin = { version = "2", optional = true }
redis = { version = "0.26.1", features = ["tokio-comp", "tokio-native-tls-comp", "streams"], optional = true }
redis = { version = "0.27.2", features = ["tokio-comp", "tokio-native-tls-comp", "streams"], optional = true }
serde = "1.0.196"
serde_json = "1"
svix-ksuid = { version = "0.8.0", optional = true }
Expand Down

0 comments on commit e637e18

Please sign in to comment.