Skip to content

Bump the rust-dependencies group across 1 directory with 3 updates#3793

Merged
Aaron1011 merged 1 commit intomainfrom
dependabot/cargo/rust-dependencies-8c326ae448
Oct 2, 2025
Merged

Bump the rust-dependencies group across 1 directory with 3 updates#3793
Aaron1011 merged 1 commit intomainfrom
dependabot/cargo/rust-dependencies-8c326ae448

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 1, 2025

Bumps the rust-dependencies group with 3 updates in the / directory: google-cloud-auth, tree-sitter-python and tree-sitter-md.

Updates google-cloud-auth from 0.23.0 to 1.0.0

Release notes

Sourced from google-cloud-auth'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

Updates tree-sitter-python from 0.23.6 to 0.25.0

Release notes

Sourced from tree-sitter-python's releases.

v0.25.0

NOTE: Download tree-sitter-python.tar.gz for the complete source code.

Commits
  • 293fdc0 0.25.0
  • 34a91a2 chore: generate
  • 8ad8a51 ci: update failing files
  • a0b84ed test: update tests
  • 1b1ca93 fix: give a higher lexical precedence to the * in except*
  • a4c106f feat: allow multiple exception expressions without parenthesis
  • 29e3bc2 refactor!: simplify exceptions
  • d8f9e69 feat: add PEP 750 template string support
  • 7ff26da feat: simplify try statement by accepting missing else/except/finally blocks
  • afdba00 build: update bindings
  • Additional commits viewable in compare view

Updates tree-sitter-md from 0.3.2 to 0.5.1

Release notes

Sourced from tree-sitter-md's releases.

v0.5.1

What's Changed

New Contributors

Full Changelog: tree-sitter-grammars/tree-sitter-markdown@v0.5.0...v0.5.1

v0.5.0

NOTE: Download tree-sitter-markdown.tar.gz for the complete source code.

Breaking Changes

  • Regenerate parsers with ABI 15

What's Changed

New Contributors

Full Changelog: tree-sitter-grammars/tree-sitter-markdown@v0.4.1...v0.5.0

v0.4.1

What's Changed

New Contributors

Full Changelog: tree-sitter-grammars/tree-sitter-markdown@v0.4.0...v0.4.1

v0.4.0

What's Changed

New Contributors

... (truncated)

Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually 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

Important

Bump versions of google-cloud-auth, tree-sitter-python, and tree-sitter-md dependencies in Cargo.lock and relevant Cargo.toml files.

  • Dependencies:
    • Update google-cloud-auth from 0.23.0 to 1.0.0 in Cargo.lock and tensorzero-core/Cargo.toml.
    • Update tree-sitter-python from 0.23.6 to 0.25.0 in Cargo.lock and examples/integrations/cursor/feedback/Cargo.toml.
    • Update tree-sitter-md from 0.3.2 to 0.5.1 in Cargo.lock and examples/integrations/cursor/feedback/Cargo.toml.

This description was created by Ellipsis for 63c32cf. You can customize this summary. It will automatically update as commits are pushed.

Bumps the rust-dependencies group with 3 updates in the / directory: [google-cloud-auth](https://github.com/googleapis/google-cloud-rust), [tree-sitter-python](https://github.com/tree-sitter/tree-sitter-python) and [tree-sitter-md](https://github.com/tree-sitter-grammars/tree-sitter-markdown).


Updates `google-cloud-auth` from 0.23.0 to 1.0.0
- [Release notes](https://github.com/googleapis/google-cloud-rust/releases)
- [Commits](https://github.com/googleapis/google-cloud-rust/commits/v1.0.0)

Updates `tree-sitter-python` from 0.23.6 to 0.25.0
- [Release notes](https://github.com/tree-sitter/tree-sitter-python/releases)
- [Commits](tree-sitter/tree-sitter-python@v0.23.6...v0.25.0)

Updates `tree-sitter-md` from 0.3.2 to 0.5.1
- [Release notes](https://github.com/tree-sitter-grammars/tree-sitter-markdown/releases)
- [Commits](tree-sitter-grammars/tree-sitter-markdown@v0.3.2...v0.5.1)

---
updated-dependencies:
- dependency-name: google-cloud-auth
  dependency-version: 1.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: rust-dependencies
- dependency-name: tree-sitter-python
  dependency-version: 0.25.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: rust-dependencies
- dependency-name: tree-sitter-md
  dependency-version: 0.5.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: rust-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust This issue involves Rust. labels Oct 1, 2025
@Aaron1011 Aaron1011 added this pull request to the merge queue Oct 2, 2025
Merged via the queue into main with commit ffd28b2 Oct 2, 2025
31 checks passed
@Aaron1011 Aaron1011 deleted the dependabot/cargo/rust-dependencies-8c326ae448 branch October 2, 2025 14:24
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 This issue involves Rust.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant