diff --git a/omniqueue/Cargo.toml b/omniqueue/Cargo.toml index 551228e..eabcf68 100644 --- a/omniqueue/Cargo.toml +++ b/omniqueue/Cargo.toml @@ -15,13 +15,13 @@ aws-sdk-sqs = { version = "1.13.0", optional = true } azure_storage = { version = "0.21.0", optional = true } azure_storage_queues = { version = "0.21.0", optional = true } bb8 = { version = "0.9.0", optional = true } -bb8-redis = { version = "0.23.0", optional = true } +bb8-redis = { version = "0.24.0", optional = true } bytesize = "2.0.1" futures-util = { version = "0.3.28", default-features = false, features = ["async-await", "std"], optional = true } gcloud-googleapis = { version = "1.2.0", optional = true } gcloud-pubsub = { version = "1.3.0", optional = true } lapin = { version = "2", optional = true } -redis = { version = "0.31.0", features = ["tokio-comp", "tokio-native-tls-comp", "streams"], optional = true } +redis = { version = "0.32.1", 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 }