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

Bump the rust-dependencies group with 13 updates

Closed
Number: #3754
Type: Pull Request
State: Closed
Author: dependabot[bot] dependabot[bot]
Association: Contributor
Comments: 1
Created: September 30, 2025 at 07:18 PM UTC
(9 months ago)
Updated: October 01, 2025 at 01:11 AM UTC
(9 months ago)
Closed: October 01, 2025 at 01:11 AM UTC
(9 months ago)
Time to Close: about 6 hours
Labels:
rust dependencies
Description:

Bumps the rust-dependencies group with 13 updates:

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
opentelemetry_sdk 0.30.0 0.31.0
opentelemetry 0.30.0 0.31.0
tracing-opentelemetry 0.31.0 0.32.0
opentelemetry-otlp 0.30.0 0.31.0
opentelemetry-semantic-conventions 0.30.0 0.31.0
init-tracing-opentelemetry 0.30.1 0.31.0
google-cloud-auth 0.23.0 1.0.0
tonic 0.13.1 0.14.2
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 opentelemetry_sdk from 0.30.0 to 0.31.0

Commits
  • 285dc92 chore: Prepare for release v0.31.0 (#3179)
  • 9cde968 chore: Prepare for release otel-http v0.30.1, Revert part of multi-value key ...
  • 5250df2 fix: Suppress telemetry emitted inside of BatchLogProcessor::emit (#3172)
  • 9bd2c1b fix: use instrumentation schema URL on scope spans (#3171)
  • 159135c feat: Add is_remote flag in exporter for spans and span links (#3153)
  • b7ff11b fix: Use path+version dependencies for publishing to crates.io otel-http (#3...
  • 24da5c9 fix: Use path+version dependencies for publishing to crates.io (#3167)
  • 6f75c58 fix: Add std feature to serde to fix CI linting issues (#3165)
  • 80b5dcb chore: Bump opentelemetry-proto to v0.30.1 and opentelemetry-otlp to v0.30.1 ...
  • b70771a chore: bump otel-proto to v1.8.0 (#3156)
  • Additional commits viewable in compare view

Updates opentelemetry from 0.30.0 to 0.31.0

Commits
  • 285dc92 chore: Prepare for release v0.31.0 (#3179)
  • 9cde968 chore: Prepare for release otel-http v0.30.1, Revert part of multi-value key ...
  • 5250df2 fix: Suppress telemetry emitted inside of BatchLogProcessor::emit (#3172)
  • 9bd2c1b fix: use instrumentation schema URL on scope spans (#3171)
  • 159135c feat: Add is_remote flag in exporter for spans and span links (#3153)
  • b7ff11b fix: Use path+version dependencies for publishing to crates.io otel-http (#3...
  • 24da5c9 fix: Use path+version dependencies for publishing to crates.io (#3167)
  • 6f75c58 fix: Add std feature to serde to fix CI linting issues (#3165)
  • 80b5dcb chore: Bump opentelemetry-proto to v0.30.1 and opentelemetry-otlp to v0.30.1 ...
  • b70771a chore: bump otel-proto to v1.8.0 (#3156)
  • Additional commits viewable in compare view

Updates tracing-opentelemetry from 0.31.0 to 0.32.0

Release notes

Sourced from tracing-opentelemetry's releases.

0.32.0

Added

  • Add configuration for including target in spans (#222)

Changed

  • OpenTelemetry context activation (#202)
    • Trace ID and span ID can be obtained from OtelData via dedicated functions. Note that these will be available only if the context has already been built. (#233)
  • Correctly track entered and exited state for timings (#212)
  • Slightly improve error message on version mismatch (#211)
  • Remove Lazy for thread_local static (#215)
  • Update description of special fields and semantic conventions

Breaking Changes

  • The attributes code.filepath, code.lineno, and code.namespace have been renamed to code.file.path, and code.line.number, and code.module.name, to align with the opentelemetry semantic conventions for code. (#225)
  • Upgrade from opentelemetry to 0.31.0. Refer to the upstream changelog for more information. (#230)
  • Hold onto MetricsProvider in MetricsLayer (#224)
  • The attribute otel.status_message was changed to otel.status_description to align with the opentelemetry semantic conventions for code. (#209)
  • Remove the metrics_gauge_unstable feature.
Changelog

Sourced from tracing-opentelemetry's changelog.

0.32.0 - 2025-09-29

Added

  • Add configuration for including target in spans (#222)

Changed

  • OpenTelemetry context activation (#202)
    • Trace ID and span ID can be obtained from OtelData via dedicated functions. Note that these will be available only if the context has already been built. (#233)
  • Correctly track entered and exited state for timings (#212)
  • Slightly improve error message on version mismatch (#211)
  • Remove Lazy for thread_local static (#215)
  • Update description of special fields and semantic conventions

Breaking Changes

  • The attributes code.filepath, code.lineno, and code.namespace have been renamed to code.file.path, and code.line.number, and code.module.name, to align with the opentelemetry semantic conventions for code. (#225)
  • Upgrade from opentelemetry to 0.31.0. Refer to the upstream changelog for more information. (#230)
  • Hold onto MetricsProvider in MetricsLayer (#224)
  • The attribute otel.status_message was changed to otel.status_description to align with the opentelemetry semantic conventions for code. (#209)
  • Remove the metrics_gauge_unstable feature.
Commits
  • f663332 chore: prepare release of 0.32.0
  • 0154fa4 chore: fix docs link
  • d684c2e chore: delete removed docs.rs feature
  • 73a6baf feat: make trace ID and span ID public on OtelData (#233)
  • 4ebae2c Upgrade to opentelemetry 0.31 (#230)
  • 4fdf560 fix(layer)!: use otel semantic conventions for code (#225)
  • 612b5b2 chore: fix clippy lints (#226)
  • c4fe96a feat: OpenTelemetry context activation (#202)
  • 764cd73 fix(metrics)!: hold onto MetricsProvider in MetricsLayer (#224)
  • fd0a58a feat(layer): add configuration for including target in spans (#222)
  • Additional commits viewable in compare view

Updates opentelemetry-otlp from 0.30.0 to 0.31.0

Release notes

Sourced from opentelemetry-otlp's releases.

v0.31.0

See changelog for individual crates to know the exact set of changes. All crates in this repo follows same version (0.31.0 for this release).

Commits
  • 285dc92 chore: Prepare for release v0.31.0 (#3179)
  • 9cde968 chore: Prepare for release otel-http v0.30.1, Revert part of multi-value key ...
  • 5250df2 fix: Suppress telemetry emitted inside of BatchLogProcessor::emit (#3172)
  • 9bd2c1b fix: use instrumentation schema URL on scope spans (#3171)
  • 159135c feat: Add is_remote flag in exporter for spans and span links (#3153)
  • b7ff11b fix: Use path+version dependencies for publishing to crates.io otel-http (#3...
  • 24da5c9 fix: Use path+version dependencies for publishing to crates.io (#3167)
  • 6f75c58 fix: Add std feature to serde to fix CI linting issues (#3165)
  • 80b5dcb chore: Bump opentelemetry-proto to v0.30.1 and opentelemetry-otlp to v0.30.1 ...
  • b70771a chore: bump otel-proto to v1.8.0 (#3156)
  • Additional commits viewable in compare view

Updates opentelemetry-semantic-conventions from 0.30.0 to 0.31.0

Release notes

Sourced from opentelemetry-semantic-conventions's releases.

v0.31.0

See changelog for individual crates to know the exact set of changes. All crates in this repo follows same version (0.31.0 for this release).

Commits
  • 285dc92 chore: Prepare for release v0.31.0 (#3179)
  • 9cde968 chore: Prepare for release otel-http v0.30.1, Revert part of multi-value key ...
  • 5250df2 fix: Suppress telemetry emitted inside of BatchLogProcessor::emit (#3172)
  • 9bd2c1b fix: use instrumentation schema URL on scope spans (#3171)
  • 159135c feat: Add is_remote flag in exporter for spans and span links (#3153)
  • b7ff11b fix: Use path+version dependencies for publishing to crates.io otel-http (#3...
  • 24da5c9 fix: Use path+version dependencies for publishing to crates.io (#3167)
  • 6f75c58 fix: Add std feature to serde to fix CI linting issues (#3165)
  • 80b5dcb chore: Bump opentelemetry-proto to v0.30.1 and opentelemetry-otlp to v0.30.1 ...
  • b70771a chore: bump otel-proto to v1.8.0 (#3156)
  • Additional commits viewable in compare view

Updates init-tracing-opentelemetry from 0.30.1 to 0.31.0

Commits
  • 2ede006 chore: release
  • c126cb6 feat!: Guard struct allow future evolution, init_subscriber can be used for n...
  • 68fd718 feat: a more configurable tracing configuration with TracingConfig
  • 8838894 build: ignore update on rust (try to be compatible with oldest version)
  • a21b3c4 docs: add a CONTRIBUTING.md with build instruction
  • fbd819e chore: migrate task from just to mise`
  • c363da8 feat!: export grpc utils from http::grpc module
  • b8b3c3b chore(deps): revert change, depends of rust 1.82
  • 9c3b3db chore(deps): update dependency rust to v1.90.0
  • 204ac4e chore(deps): update oxsecurity/megalinter action to v9
  • Additional commits viewable in compare view

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 tonic from 0.13.1 to 0.14.2

Release notes

Sourced from tonic's releases.

v0.14.2

What's Changed

New Contributors

Full Changelog: https://github.com/hyperium/tonic/compare/v0.14.1...v0.14.2

v0.14.1

Notable change is to relax the accidental MSRV bump in the last release.

What's Changed

New Contributors

Full Changelog: https://github.com/hyperium/tonic/compare/v0.14.0...v0.14.1

v0.14.0

This release marks an important milestone for tonic, "hopefully" this will be the last major breaking release of Tonic before we start to transition work into bringing the community a joint-effort grpc-rust implementation. For the moment, any new features for the core of tonic that are not related to the work towards grpc-rust will not be accepted (I believe tonic to be in quite a good spot, security features of course will be handled with the upmost importance). Stay tuned there will be more information the coming months on what is going on with the new project but you can already see some of the code in the grpc crate within the tonic repository.

You can always watch this video for more info on grpc-rust.

Breaking Changes

  • Prost updated to v0.14
  • Prost has been extracted to their own crates

Migration guide

To migrate between <=v0.13.1 to v0.14 anything that used prost has now been moved into either tonic-prost or tonic-prost-build. All the previous types are still available but under these two new crates.

What's Changed

... (truncated)

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]
Bumps 13 Rust dependencies, including major updates for jsonwebtoken, google-cloud-auth, and tonic, with potential breaking changes.

  • Dependencies Updated:
    • jsonwebtoken from 9.3.1 to 10.0.0 (breaking changes: crypto backend traits)
    • google-cloud-auth from 0.23.0 to 1.0.0 (first GA release)
    • tonic from 0.13.1 to 0.14.2 (breaking changes: Prost update)
    • opentelemetry and related packages from 0.30.0 to 0.31.0
    • axum from 0.8.5 to 0.8.6
    • aws-sdk-bedrockruntime from 1.106.0 to 1.107.0
    • tree-sitter-python from 0.23.6 to 0.25.0
    • tree-sitter-md from 0.3.2 to 0.5.1
  • Files Affected:
    • Cargo.lock: Updated checksums and versions for dependencies.
    • examples/integrations/cursor/feedback/Cargo.toml: Updated tree-sitter-python and tree-sitter-md versions.
    • tensorzero-core/Cargo.toml: Updated multiple dependencies including aws-sdk-bedrockruntime, jsonwebtoken, opentelemetry, tonic, and google-cloud-auth.

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

Pull Request Statistics
Commits:
1
Files Changed:
3
Additions:
+128
Deletions:
-74
Package Dependencies
Package:
tonic
Ecosystem:
cargo
Version Change:
0.13.1 → 0.14.2
Update Type:
Minor
Package:
axum
Ecosystem:
cargo
Version Change:
0.8.5 → 0.8.6
Update Type:
Patch
Ecosystem:
cargo
Version Change:
0.30.0 → 0.31.0
Update Type:
Minor
Ecosystem:
cargo
Version Change:
0.30.0 → 0.31.0
Update Type:
Minor
Ecosystem:
cargo
Version Change:
1.106.0 → 1.107.0
Update Type:
Minor
Ecosystem:
cargo
Version Change:
0.30.0 → 0.31.0
Update Type:
Minor
Ecosystem:
cargo
Version Change:
0.30.0 → 0.31.0
Update Type:
Minor
Ecosystem:
cargo
Version Change:
0.31.0 → 0.32.0
Update Type:
Minor
Ecosystem:
cargo
Version Change:
9.3.1 → 10.0.0
Update Type:
Major
Ecosystem:
cargo
Version Change:
0.30.1 → 0.31.0
Update Type:
Minor
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: 8903905
UUID: 2875748355
Node ID: PR_kwDOMXNO-86raHAD
Host: GitHub
Repository: tensorzero/tensorzero
Mergeable: Yes
Merge State: Unstable