Skip to content

Commit

Permalink
chore(deps): Bump google-cloud-googleapis 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-googleapis](https://github.com/yoshidan/google-cloud-rust).


Updates `google-cloud-googleapis` 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)

---
updated-dependencies:
- dependency-name: google-cloud-googleapis
  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 May 9, 2024
1 parent 91b7ee2 commit ecf7754
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 6 deletions.
19 changes: 15 additions & 4 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 @@ -12,7 +12,7 @@ normal = ["workspace-hack"]

[dependencies]
anyhow = "1"
google-cloud-googleapis = { version = "0.12", features = ["pubsub"] }
google-cloud-googleapis = { version = "0.13", features = ["pubsub"] }
google-cloud-pubsub = "0.24"
tokio = { version = "0.2", package = "madsim-tokio", features = [
"rt",
Expand Down
2 changes: 1 addition & 1 deletion src/connector/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ gcp-bigquery-client = "0.18.0"
glob = "0.3"
google-cloud-bigquery = { version = "0.8.0", features = ["auth"] }
google-cloud-gax = "0.17.0"
google-cloud-googleapis = { version = "0.12", features = ["pubsub"] }
google-cloud-googleapis = { version = "0.13", features = ["pubsub"] }
google-cloud-pubsub = "0.24"
http = "0.2"
icelake = { workspace = true }
Expand Down

0 comments on commit ecf7754

Please sign in to comment.