diff --git a/omniqueue/Cargo.toml b/omniqueue/Cargo.toml index 3867c6c..5657b60 100644 --- a/omniqueue/Cargo.toml +++ b/omniqueue/Cargo.toml @@ -19,8 +19,8 @@ bb8 = { version = "0.8", optional = true } bb8-redis = { version = "0.17.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.15.0", optional = true } -google-cloud-pubsub = { version = "0.29.1", optional = true } +google-cloud-googleapis = { version = "0.16.0", optional = true } +google-cloud-pubsub = { version = "0.30.0", optional = true } lapin = { version = "2", optional = true } redis = { version = "0.27.2", features = ["tokio-comp", "tokio-native-tls-comp", "streams"], optional = true } serde = "1.0.196"