Skip to content

Commit bae8fcd

Browse files
committed
Upgrade dependencies
1 parent 62e9019 commit bae8fcd

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

omniqueue/Cargo.toml

Lines changed: 5 additions & 5 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.20.0", optional = true }
19-
bytesize = "1.3.0"
18+
bb8-redis = { version = "0.21.0", optional = true }
19+
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.28.0", features = ["tokio-comp", "tokio-native-tls-comp", "streams"], optional = true }
24+
redis = { version = "0.29.2", 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 }
@@ -34,11 +34,11 @@ tracing = "0.1"
3434
[dev-dependencies]
3535
anyhow = "1.0.79"
3636
fastrand = "2.0.1"
37-
rstest = "0.23.0"
37+
rstest = "0.25.0"
3838
serde = { version = "1.0.196", features = ["derive"] }
3939
tokio = { version = "1", features = ["macros"] }
4040
tokio-executor-trait = "2.1"
41-
tokio-reactor-trait = "1.1"
41+
tokio-reactor-trait = "1.1.0"
4242

4343
[features]
4444
default = ["in_memory", "gcp_pubsub", "rabbitmq", "redis", "redis_cluster", "sqs"]

0 commit comments

Comments
 (0)