An open index of dependabot pull requests across open source projects.

Bump the rust-dependencies group across 1 directory with 6 updates

Closed
Number: #3769
Type: Pull Request
State: Closed
Author: dependabot[bot] dependabot[bot]
Association: Contributor
Comments: 0
Created: October 01, 2025 at 01:12 AM UTC
(9 months ago)
Updated: October 01, 2025 at 04:53 PM UTC
(9 months ago)
Closed: October 01, 2025 at 04:53 PM UTC
(9 months ago)
Time to Close: about 16 hours
Labels:
rust dependencies
Description:

Bumps the rust-dependencies group with 6 updates in the / directory:

Package From To
axum 0.8.5 0.8.6
aws-sdk-bedrockruntime 1.106.0 1.107.0
jsonwebtoken 9.3.1 10.0.0
google-cloud-auth 0.23.0 1.0.0
tree-sitter-python 0.23.6 0.25.0
tree-sitter-md 0.3.2 0.5.1

Updates axum from 0.8.5 to 0.8.6

Commits

Updates aws-sdk-bedrockruntime from 1.106.0 to 1.107.0

Commits

Updates jsonwebtoken from 9.3.1 to 10.0.0

Changelog

Sourced from jsonwebtoken's changelog.

10.0.0 (2025-09-29)

  • BREAKING: now using traits for crypto backends, you have to choose between aws_lc_rs and rust_crypto
  • Add Clone bound to decode
  • Support decoding byte slices
  • Support JWS
Commits

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: https://github.com/googleapis/google-cloud-rust/compare/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: https://github.com/tree-sitter-grammars/tree-sitter-markdown/compare/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: https://github.com/tree-sitter-grammars/tree-sitter-markdown/compare/v0.4.1...v0.5.0

v0.4.1

What's Changed

New Contributors

Full Changelog: https://github.com/tree-sitter-grammars/tree-sitter-markdown/compare/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 Rust dependencies including major updates for jsonwebtoken and google-cloud-auth, and minor updates for others.

  • Dependencies Updated:
    • axum from 0.8.5 to 0.8.6 in Cargo.lock.
    • aws-sdk-bedrockruntime from 1.106.0 to 1.107.0 in Cargo.lock and tensorzero-core/Cargo.toml.
    • jsonwebtoken from 9.3.1 to 10.0.0 in Cargo.lock and tensorzero-core/Cargo.toml.
    • google-cloud-auth from 0.23.0 to 1.0.0 in Cargo.lock and tensorzero-core/Cargo.toml.
    • tree-sitter-python from 0.23.6 to 0.25.0 in Cargo.lock and examples/integrations/cursor/feedback/Cargo.toml.
    • 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 3bb8bb2f5641ff75693e14ac73637e429c89c318. You can customize this summary. It will automatically update as commits are pushed.

Pull Request Statistics
Commits:
1
Files Changed:
3
Additions:
+28
Deletions:
-33
Package Dependencies
Package:
axum
Ecosystem:
cargo
Version Change:
0.8.5 → 0.8.6
Update Type:
Patch
Ecosystem:
cargo
Version Change:
1.106.0 → 1.107.0
Update Type:
Minor
Ecosystem:
cargo
Version Change:
9.3.1 → 10.0.0
Update Type:
Major
Ecosystem:
cargo
Version Change:
0.23.0 → 1.0.0
Update Type:
Major
Ecosystem:
cargo
Version Change:
0.23.6 → 0.25.0
Update Type:
Minor
Ecosystem:
cargo
Version Change:
0.3.2 → 0.5.1
Update Type:
Minor
Technical Details
ID: 8903920
UUID: 2876498759
Node ID: PR_kwDOMXNO-86rc-NH
Host: GitHub
Repository: tensorzero/tensorzero
Mergeable: Yes
Merge State: Unstable