Skip to content

build(deps): bump google-cloud-gax from 0.19.2 to 1.14.0 in /quickwit in the google-cloud group across 1 directory - #6740

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/quickwit/google-cloud-2bdc9de666
Open

build(deps): bump google-cloud-gax from 0.19.2 to 1.14.0 in /quickwit in the google-cloud group across 1 directory#6740
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/quickwit/google-cloud-2bdc9de666

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 28, 2026

Copy link
Copy Markdown
Contributor

Bumps the google-cloud group with 1 update in the /quickwit directory: google-cloud-gax.

Updates google-cloud-gax from 0.19.2 to 1.14.0

Release notes

Sourced from google-cloud-gax's releases.

v1.0.0

First GA release

We are proud to announce the 1.0 release of the Google Cloud client libraries for Rust. This is the first GA version of the client libraries.

What's Included

  • Fully asynchronous clients for over 140 services, including Cloud Storage, Vertex AI, Secret Manager, and Key Management Service.
  • Fully asynchronous auth library, with support for application default credentials, service account credentials, user credentials, compute engine metadata service, and OIDC-based external credentials[^1].
  • Idiomatic abstractions for long-running operations and pagination APIs.
  • Automatic retries for requests that fail due to transient errors.
  • Automatic demarshalling of error details into idiomatic types.
  • Automatic resumes for uploads to and downloads from Cloud Storage.
  • Support for streaming uploads to Cloud Storage, with retries on errors.
  • Automatic checksumming of data uploaded to or downloaded from Cloud Storage.

What's changed

Compared to the previous release (v0.12.0) this release bumps the version numbers to 1.0.0 and updates README files.

Full Changelog: googleapis/google-cloud-rust@v0.12.0...v1.0.0

Footnotes

[^1]: Also known as workload identify federation or "bring your own id".

Commits

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Aug 28, 2026
@dependabot
dependabot Bot requested review from a team as code owners August 28, 2026 18:20
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Aug 28, 2026

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 37a0634526

ℹ️ About Codex in GitHub

Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".

Comment thread quickwit/Cargo.toml Outdated
# of google-cloud-pubsub is "0.30" which explicitly depends on: google-cloud-auth ^0.17 and google-cloud-gax ^0.19.
google-cloud-auth = { version = "0.17", default-features = false, features = ["rustls-tls"] }
google-cloud-gax = "0.19"
google-cloud-gax = "1.13"

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P1 Badge Keep GAX on the Pub/Sub-compatible major

When quickwit-indexing is built with gcp-pubsub (including the repository's --all-features checks), this direct dependency resolves to GAX 1.14, while google-cloud-pubsub 0.30 still resolves GAX 0.19.2 (Cargo.lock lines 4635-4644). Consequently, gcp_pubsub_source.rs imports RetrySetting from the 1.x crate and passes it to Subscription::exists, whose API is compiled against the distinct 0.19 crate, so the GCP feature no longer builds. Keep the direct dependency on 0.19 until Pub/Sub can be upgraded with it.

AGENTS.md reference: AGENTS.md:L121-L121

Useful? React with 👍 / 👎.

Comment thread quickwit/Cargo.lock
Comment on lines +4654 to +4655
name = "google-cloud-rpc"
version = "1.6.0"

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P1 Badge Regenerate the third-party license inventory

This lockfile update introduces the new google-cloud-rpc and google-cloud-wkt packages, but the commit does not update LICENSE-3rdparty.csv, where neither package is currently listed. The thirdparty-license CI job runs dd-rust-license-tool ... check, so it will reject the stale inventory; run make update-licenses and commit the regenerated file with the dependency update.

AGENTS.md reference: AGENTS.md:L106-L106

Useful? React with 👍 / 👎.

Bumps the google-cloud group with 1 update in the /quickwit directory: [google-cloud-gax](https://github.com/googleapis/google-cloud-rust).


Updates `google-cloud-gax` from 0.19.2 to 1.14.0
- [Release notes](https://github.com/googleapis/google-cloud-rust/releases)
- [Commits](https://github.com/googleapis/google-cloud-rust/commits)

---
updated-dependencies:
- dependency-name: google-cloud-gax
  dependency-version: 1.13.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: google-cloud
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot changed the title build(deps): bump google-cloud-gax from 0.19.2 to 1.13.0 in /quickwit in the google-cloud group build(deps): bump google-cloud-gax from 0.19.2 to 1.14.0 in /quickwit in the google-cloud group across 1 directory Aug 31, 2026
@dependabot
dependabot Bot force-pushed the dependabot/cargo/quickwit/google-cloud-2bdc9de666 branch from 37a0634 to b04e8ef Compare August 31, 2026 10:06
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.

0 participants