Skip to content

Commit

Permalink
chore(deps): Bump google-cloud-pubsub from 0.20.0 to 0.21.0 (#12892)
Browse files Browse the repository at this point in the history
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Nov 29, 2023
1 parent 4dad86d commit de006c8
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
16 changes: 8 additions & 8 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion scripts/source/prepare_ci_pubsub/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ normal = ["workspace-hack"]
[dependencies]
anyhow = "1"
google-cloud-googleapis = { version = "0.11", features = ["pubsub"] }
google-cloud-pubsub = "0.20"
google-cloud-pubsub = "0.21"
tokio = { version = "0.2", package = "madsim-tokio", features = [
"rt",
"rt-multi-thread",
Expand Down
2 changes: 1 addition & 1 deletion src/connector/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ futures = { version = "0.3", default-features = false, features = ["alloc"] }
futures-async-stream = { workspace = true }
gcp-bigquery-client = "0.18.0"
glob = "0.3"
google-cloud-pubsub = "0.20"
google-cloud-pubsub = "0.21"
http = "0.2"
hyper = { version = "0.14", features = [
"client",
Expand Down
2 changes: 1 addition & 1 deletion src/risedevtool/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ clap = { version = "4", features = ["derive"] }
console = "0.15"
fs-err = "2.11.0"
glob = "0.3"
google-cloud-pubsub = "0.20"
google-cloud-pubsub = "0.21"
indicatif = "0.17"
itertools = "0.12"
rdkafka = { workspace = true }
Expand Down

0 comments on commit de006c8

Please sign in to comment.