Skip to content

Commit 0f603e8

Browse files
authored
Upgrade redis, bb8-redis (#117)
* Upgrade redis, bb8-redis * ci: Allow new webpki-roots license
2 parents 5f67717 + b56a34d commit 0f603e8

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

deny.toml

+1
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ allow = [
2020
"Apache-2.0",
2121
"BSD-2-Clause",
2222
"BSD-3-Clause",
23+
"CDLA-Permissive-2.0",
2324
"ISC",
2425
"MIT",
2526
"MPL-2.0",

omniqueue/Cargo.toml

+2-2
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)