Skip to content

Commit

Permalink
chore(deps): bump the google-cloud group with 2 updates
Browse files Browse the repository at this point in the history
Bumps the google-cloud group with 2 updates: [google-cloud-bigquery](https://github.com/yoshidan/google-cloud-rust) and [google-cloud-pubsub](https://github.com/yoshidan/google-cloud-rust).


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

Updates `google-cloud-pubsub` from 0.28.1 to 0.29.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-bigquery
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: google-cloud
- dependency-name: google-cloud-pubsub
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: google-cloud
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Sep 25, 2024
1 parent e535aa7 commit 586f470
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
12 changes: 6 additions & 6 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions src/connector/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -55,10 +55,10 @@ 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-bigquery = { version = "0.12.0", features = ["auth"] }
google-cloud-bigquery = { version = "0.13.0", features = ["auth"] }
google-cloud-gax = "0.19.0"
google-cloud-googleapis = { version = "0.15", features = ["pubsub", "bigquery"] }
google-cloud-pubsub = "0.28"
google-cloud-pubsub = "0.29"
http = "0.2"
iceberg = { workspace = true }
iceberg-catalog-glue = { workspace = true }
Expand Down
2 changes: 1 addition & 1 deletion src/risedevtool/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ clap = { workspace = true }
console = "0.15"
fs-err = "2.11.0"
glob = "0.3"
google-cloud-pubsub = "0.28"
google-cloud-pubsub = "0.29"
indicatif = "0.17"
itertools = { workspace = true }
rdkafka = { workspace = true }
Expand Down

0 comments on commit 586f470

Please sign in to comment.