Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): Bump google-cloud-googleapis from 0.15.0 to 0.16.0 in the google-cloud group #19576

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 26, 2024

Bumps the google-cloud group with 1 update: google-cloud-googleapis.

Updates google-cloud-googleapis from 0.15.0 to 0.16.0

Commits

Dependabot compatibility score

You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

@dependabot dependabot bot requested a review from a team as a code owner November 26, 2024 09:04
@dependabot dependabot bot requested a review from fuyufjh November 26, 2024 09:04
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Nov 26, 2024
@dependabot dependabot bot force-pushed the dependabot/cargo/google-cloud-5d631e87fe branch 2 times, most recently from 6eb4bac to 8984255 Compare November 27, 2024 18:08
@fuyufjh
Copy link
Member

fuyufjh commented Nov 28, 2024

@dependabot recreate

@dependabot dependabot bot force-pushed the dependabot/cargo/google-cloud-5d631e87fe branch 3 times, most recently from 3cacfc8 to 2432085 Compare November 29, 2024 18:31
Bumps the google-cloud group with 1 update: [google-cloud-googleapis](https://github.com/yoshidan/google-cloud-rust).


Updates `google-cloud-googleapis` from 0.15.0 to 0.16.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]>
@dependabot dependabot bot force-pushed the dependabot/cargo/google-cloud-5d631e87fe branch from 2432085 to f1f63c9 Compare December 2, 2024 19:06
@fuyufjh
Copy link
Member

fuyufjh commented Dec 3, 2024

In this PR, beside the google-cloud-googleapis, google-cloud-bigquery also get a new version (0.13.0 -> 0.14.0), but was somehow ignored.

Related dependabot/dependabot-core#7822

@fuyufjh
Copy link
Member

fuyufjh commented Dec 3, 2024

Oh I seem to know the reason... The lastest google-* needs tokio = ^1.40 but we are using 1.38.0

# Explicitly specify the tokio version used in RisingWave runtime
rw-tokio = { version = "=1.38.0", package = "tokio" }

error: failed to select a version for `tokio`.
    ... required by package `tokio-retry2 v0.5.3`
    ... which satisfies dependency `tokio-retry2 = "^0.5.3"` of package `google-cloud-gax v0.19.2`
    ... which satisfies dependency `google-cloud-gax = "^0.19.0"` of package `google-cloud-pubsub v0.29.0`
    ... which satisfies dependency `google-cloud-pubsub = "^0.29"` of package `risedev v2.2.0-alpha (/Users/eric/Workspace/risingwave/src/risedevtool)`
versions that meet the requirements `^1.40` are: 1.41.1, 1.41.0, 1.40.0

@fuyufjh
Copy link
Member

fuyufjh commented Dec 3, 2024

Let's keep tokio at 1.38 now because it's LTS.

@fuyufjh fuyufjh closed this Dec 3, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 3, 2024

This pull request was built based on a group rule. Closing it will not ignore any of these versions in future pull requests.

To ignore these dependencies, configure ignore rules in dependabot.yml

@dependabot dependabot bot deleted the dependabot/cargo/google-cloud-5d631e87fe branch December 3, 2024 05:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file rust Pull requests that update Rust code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant