Skip to content

Commit 8face3b

Browse files
committed
Upgrade redis, bb8-redis
1 parent 5f67717 commit 8face3b

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.21.0", optional = true }
18+
bb8-redis = { version = "0.22.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
google-cloud-googleapis = { version = "0.16.0", optional = true }
2222
google-cloud-pubsub = { version = "0.30.0", optional = true }
2323
lapin = { version = "2", optional = true }
24-
redis = { version = "0.29.2", features = ["tokio-comp", "tokio-native-tls-comp", "streams"], optional = true }
24+
redis = { version = "0.30.0", 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)