Skip to content

Commit e7e328a

Browse files
authored
Merge pull request #121 from svix/jplatte/up-redis
Upgrade redis to 0.32
2 parents 6e879b0 + 60c448a commit e7e328a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

omniqueue/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@ aws-sdk-sqs = { version = "1.13.0", optional = true }
1515
azure_storage = { version = "0.21.0", optional = true }
1616
azure_storage_queues = { version = "0.21.0", optional = true }
1717
bb8 = { version = "0.9.0", optional = true }
18-
bb8-redis = { version = "0.23.0", optional = true }
18+
bb8-redis = { version = "0.24.0", optional = true }
1919
bytesize = "2.0.1"
2020
futures-util = { version = "0.3.28", default-features = false, features = ["async-await", "std"], optional = true }
2121
gcloud-googleapis = { version = "1.2.0", optional = true }
2222
gcloud-pubsub = { version = "1.3.0", optional = true }
2323
lapin = { version = "2", optional = true }
24-
redis = { version = "0.31.0", features = ["tokio-comp", "tokio-native-tls-comp", "streams"], optional = true }
24+
redis = { version = "0.32.1", features = ["tokio-comp", "tokio-native-tls-comp", "streams"], optional = true }
2525
serde = "1.0.196"
2626
serde_json = "1"
2727
svix-ksuid = { version = "0.8.0", optional = true }

0 commit comments

Comments
 (0)