Skip to content

Commit

Permalink
Upgrade google-cloud-pubsub dependency (#83)
Browse files Browse the repository at this point in the history
  • Loading branch information
svix-jplatte committed May 6, 2024
1 parent e31229e commit e026c2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion omniqueue/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ bb8-redis = { version = "0.15.0", optional = true }
bytesize = "1.3.0"
futures-util = { version = "0.3.28", default-features = false, features = ["async-await", "std"], optional = true }
google-cloud-googleapis = { version = "0.12.0", optional = true }
google-cloud-pubsub = { version = "0.23.0", optional = true }
google-cloud-pubsub = { version = "0.24.0", optional = true }
lapin = { version = "2", optional = true }
redis = { version = "0.25.3", features = ["tokio-comp", "tokio-native-tls-comp", "streams"], optional = true }
serde = "1.0.196"
Expand Down

0 comments on commit e026c2b

Please sign in to comment.