Skip to content

Commit

Permalink
chore(deps): Bump the google-cloud group with 1 update
Browse files Browse the repository at this point in the history
Bumps the google-cloud group with 1 update: [google-cloud-pubsub](https://github.com/yoshidan/google-cloud-rust).


Updates `google-cloud-pubsub` from 0.22.0 to 0.23.0
- [Release notes](https://github.com/yoshidan/google-cloud-rust/releases)
- [Commits](https://github.com/yoshidan/google-cloud-rust/commits)

---
updated-dependencies:
- dependency-name: google-cloud-pubsub
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: google-cloud
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 28, 2024
1 parent 09f5e9a commit 0bd5254
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 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.12", features = ["pubsub"] }
google-cloud-pubsub = "0.22"
google-cloud-pubsub = "0.23"
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 @@ -57,7 +57,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.22"
google-cloud-pubsub = "0.23"
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.22"
google-cloud-pubsub = "0.23"
indicatif = "0.17"
itertools = "0.12"
rdkafka = { workspace = true }
Expand Down

0 comments on commit 0bd5254

Please sign in to comment.