Skip to content

Commit

Permalink
Merge pull request #43 from svix/jplatte/up-deps
Browse files Browse the repository at this point in the history
Upgrade remaining dependencies
  • Loading branch information
svix-jplatte authored Feb 20, 2024
2 parents 9b59dc2 + 0a3a971 commit aeda5b6
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions omniqueue/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,14 @@ lapin = { version = "2", optional = true }
redis = { version = "0.24.0", features = ["tokio-comp", "tokio-native-tls-comp", "streams"], optional = true }
serde = "1.0.196"
serde_json = "1"
svix-ksuid = { version = "0.7.0", optional = true }
svix-ksuid = { version = "0.8.0", optional = true }
thiserror = "1"
tokio = { version = "1", features = ["rt", "sync", "time"] }
tokio-util = { version = "0.7", optional = true }
tracing = "0.1"

[dev-dependencies]
anyhow = "1.0.79"
fastrand = "1.9"
fastrand = "2.0.1"
serde = { version = "1.0.196", features = ["derive"] }
tokio = { version = "1", features = ["macros"] }
tokio-executor-trait = "2.1"
Expand All @@ -39,12 +38,7 @@ tokio-reactor-trait = "1.1"
[features]
default = ["in_memory", "gcp_pubsub", "rabbitmq", "redis", "redis_cluster", "sqs"]
in_memory = []
gcp_pubsub = [
"dep:futures-util",
"dep:google-cloud-googleapis",
"dep:google-cloud-pubsub",
"dep:tokio-util",
]
gcp_pubsub = ["dep:futures-util", "dep:google-cloud-googleapis", "dep:google-cloud-pubsub"]
rabbitmq = ["dep:futures-util", "dep:lapin"]
redis = ["dep:bb8", "dep:bb8-redis", "dep:redis", "dep:svix-ksuid"]
redis_cluster = ["redis", "redis/cluster-async"]
Expand Down

0 comments on commit aeda5b6

Please sign in to comment.