diff --git a/omniqueue/Cargo.toml b/omniqueue/Cargo.toml index 0480cf9..771a3c5 100644 --- a/omniqueue/Cargo.toml +++ b/omniqueue/Cargo.toml @@ -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"