Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): Bump google-cloud-bigquery in the google-cloud group
Browse files Browse the repository at this point in the history
Bumps the google-cloud group with 1 update: [google-cloud-bigquery](https://github.com/yoshidan/google-cloud-rust).


Updates `google-cloud-bigquery` from 0.7.0 to 0.8.0
- [Release notes](https://github.com/yoshidan/google-cloud-rust/releases)
- [Commits](yoshidan/google-cloud-rust@v0.7.0...v0.8.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
dependabot[bot] authored Apr 26, 2024
1 parent 4ba2e66 commit 6f91014
Showing 2 changed files with 5 additions and 27 deletions.
30 changes: 4 additions & 26 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 src/connector/Cargo.toml
Original file line number Diff line number Diff line change
@@ -58,7 +58,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-bigquery = { version = "0.7.0", features = ["auth"] }
google-cloud-bigquery = { version = "0.8.0", features = ["auth"] }
google-cloud-gax = "0.17.0"
google-cloud-googleapis = "0.12.0"
google-cloud-pubsub = "0.24"

0 comments on commit 6f91014

Please sign in to comment.