Skip to content

Commit 0f06cf7

Browse files
chore(deps): Bump google-cloud-bigquery in the google-cloud group
Bumps the google-cloud group with 1 update: [google-cloud-bigquery](https://github.com/yoshidan/google-cloud-rust). Updates `google-cloud-bigquery` from 0.14.0 to 0.15.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 ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent b4d9de3 commit 0f06cf7

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

Cargo.lock

+4-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/connector/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ futures = { version = "0.3", default-features = false, features = ["alloc"] }
5151
futures-async-stream = { workspace = true }
5252
gcp-bigquery-client = "0.18.0"
5353
glob = "0.3"
54-
google-cloud-bigquery = { version = "0.14.0", features = ["auth"] }
54+
google-cloud-bigquery = { version = "0.15.0", features = ["auth"] }
5555
google-cloud-gax = "0.19.2"
5656
google-cloud-googleapis = { version = "0.16", features = ["pubsub", "bigquery"] }
5757
google-cloud-pubsub = "0.30"

0 commit comments

Comments
 (0)