Skip to content

Commit

Permalink
Upgrade gcp dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
svix-jplatte committed Nov 26, 2024
1 parent 243a536 commit a450b0f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions omniqueue/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit a450b0f

Please sign in to comment.