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

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

Merged
Number: #2407
Type: Pull Request
State: Merged
Author: dependabot[bot] dependabot[bot]
Association: Contributor
Comments: 0
Created: June 09, 2025 at 04:25 PM UTC
(about 1 year ago)
Updated: June 10, 2025 at 06:22 PM UTC
(about 1 year ago)
Merged: June 10, 2025 at 06:22 PM UTC
(about 1 year ago)
by Aaron1011
Time to Close: 1 day
Labels:
rust dependencies
Description:

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

Package From To
uuid 1.16.0 1.17.0
toml 0.8.22 0.8.23
clap 4.5.38 4.5.39
tower-http 0.6.4 0.6.6
aws-sdk-bedrockruntime 1.89.0 1.92.0
backon 1.5.0 1.5.1
aws-sdk-sagemakerruntime 1.71.0 1.74.0
opentelemetry-semantic-conventions 0.29.0 0.30.0
aws-sdk-s3 1.87.0 1.91.0
tree-sitter 0.25.4 0.25.6

Updates uuid from 1.16.0 to 1.17.0

Release notes

Sourced from uuid's releases.

v1.17.0

What's Changed

New Contributors

Full Changelog: https://github.com/uuid-rs/uuid/compare/v1.16.0...v1.17.0

Commits
  • 2fd9b61 Merge pull request #829 from uuid-rs/cargo/v1.17.0
  • ed0d385 prepare for 1.17.0 release
  • c54cadc Merge pull request #828 from bushrat011899/wasm32v1-none
  • 625d769 Fix typo in MVP Web CI
  • 9d638e0 Add MVP Web CI Task
  • 83dc528 Add wasm32v1-none support
  • 5fbd843 Merge pull request #824 from diopoex/main
  • 6635ae4 Merge pull request #825 from uuid-rs/ci/aarch64-apple-darwin
  • b2370f2 update toolchain for outdated job
  • c74ad33 update OSX builds to arm
  • Additional commits viewable in compare view

Updates toml from 0.8.22 to 0.8.23

Commits
  • 838a022 chore: Release
  • b9d399d docs: Update changelog
  • f3e8c68 feat(edit): Add ImDocument::into_table (#928)
  • 288161b chore: Release
  • d7f3cda docs: Update changelog
  • 752ef5b fix(datetime): Further error improvements (#927)
  • 32d2297 feat(edit): Add ImDocument::into_table
  • b1ce9b5 fix(datetime): Use 2-digit values for ranges
  • 55da4af fix(datetime): Remove trailing space in error
  • 5c1d9cc chore(parse): Use a unique tag
  • Additional commits viewable in compare view

Updates clap from 4.5.38 to 4.5.39

Release notes

Sourced from clap's releases.

v4.5.39

[4.5.39] - 2025-05-27

Fixes

  • (help) Show short flag aliases before long
  • (help) Merge the short and long flag alias lists
Changelog

Sourced from clap's changelog.

[4.5.39] - 2025-05-27

Fixes

  • (help) Show short flag aliases before long
  • (help) Merge the short and long flag alias lists
Commits

Updates tower-http from 0.6.4 to 0.6.6

Release notes

Sourced from tower-http's releases.

tower-http-0.6.6

Fixed

  • compression: fix panic when looking in vary header (#578)

#578: tower-rs/tower-http#578

New Contributors

Full Changelog: https://github.com/tower-rs/tower-http/compare/tower-http-0.6.5...tower-http-0.6.6

tower-http-0.6.5

Added

  • normalize_path: add append_trailing_slash() mode (#547)

Fixed

  • redirect: remove payload headers if redirect changes method to GET (#575)
  • compression: avoid setting vary: accept-encoding if already set (#572)

#547: tower-rs/tower-http#547 #572: tower-rs/tower-http#572 #575: tower-rs/tower-http#575

New Contributors

Full Changelog: https://github.com/tower-rs/tower-http/compare/tower-http-0.6.4...tower-http-0.6.5

Commits

Updates aws-sdk-bedrockruntime from 1.89.0 to 1.92.0

Commits

Updates backon from 1.5.0 to 1.5.1

Release notes

Sourced from backon's releases.

v1.5.1

What's Changed

New Contributors

Full Changelog: https://github.com/Xuanwo/backon/compare/v1.5.0...v1.5.1

Commits

Updates aws-sdk-sagemakerruntime from 1.71.0 to 1.74.0

Commits

Updates opentelemetry-semantic-conventions from 0.29.0 to 0.30.0

Release notes

Sourced from opentelemetry-semantic-conventions's releases.

0.30.0 Release

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

This release also upgrades Metrics-SDK to stable!

See summary of release notes: https://github.com/open-telemetry/opentelemetry-rust/blob/main/docs/release_0.30.md

Changelog

Sourced from opentelemetry-semantic-conventions's changelog.

Release Notes 0.30

OpenTelemetry Rust 0.30 introduces a few breaking changes to the opentelemetry_sdk crate in the metrics feature. These changes were essential to drive the Metrics SDK towards stability. With this release, the Metrics SDK is officially declared stable. The Metrics API was declared stable last year, and previously, the Logs API, SDK, and OTel-Appender-Tracing were also marked stable. Importantly, no breaking changes have been introduced to components already marked as stable.

It is worth noting that the opentelemetry-otlp crate remains in a Release-Candidate state and is not yet considered stable. With the API and SDK for Logs and Metrics now stable, the focus will shift towards further refining and stabilizing the OTLP Exporters in upcoming releases. Additionally, Distributed Tracing is expected to progress towards stability, addressing key interoperability challenges.

For detailed changelogs of individual crates, please refer to their respective changelog files. This document serves as a summary of the main changes.

Key Changes

Metrics SDK Improvements

  1. Stabilized "view" features: Previously under an experimental feature flag, views can now be used to modify the name, unit, description, and cardinality limit of a metric. Advanced view capabilities, such as changing aggregation or dropping attributes, remain under the experimental feature flag.

  2. Cardinality capping: Introduced the ability to cap cardinality and configure limits using views.

  3. Polished public API: Refined the public API to hide implementation details from exporters, enabling future internal optimizations and ensuring consistency. Some APIs related to authoring custom metric readers have been moved behind experimental feature flags. These advanced use cases require more time to finalize the API surface before being included in the stable release.

Context-Based Suppression

Added the ability to suppress telemetry based on Context. This feature prevents telemetry-induced-telemetry scenarios and addresses a long-standing issue. Note that suppression relies on proper context propagation. Certain libraries used in OTLP Exporters utilize tracing but do not adopt OpenTelemetry's context propagation. As a result, not all telemetry is automatically suppressed with this feature. Improvements in this area are expected in future releases.

Next Release

... (truncated)

Commits
  • c811cde chore: Prepare release 0.30.0 (#2999)
  • 200885a fix: fix trace id in logs when using set_parent nested in a trace span (#2924)
  • c24369e chore: Update metric sdk to stable status (#2996)
  • bf22aeb fix: Remove pub fields and replace with getter method consistently across … (...
  • 4be1a32 fix: remove cardinality capping via instrument advice (#2995)
  • 3d04c16 docs: Add metric doc (#2946)
  • 2018959 fix: Fix validation in Metric stream (#2991)
  • 8c29ca7 chore: leverage fallback resolver for MSRV check (#2993)
  • 4b3a383 chore: add required features to benches (#2990)
  • ebbebf5 fix: Further trim public API on views (#2989)
  • Additional commits viewable in compare view

Updates aws-sdk-s3 from 1.87.0 to 1.91.0

Commits

Updates tree-sitter from 0.25.4 to 0.25.6

Release notes

Sourced from tree-sitter's releases.

v0.25.6

What's Changed

Full Changelog: https://github.com/tree-sitter/tree-sitter/compare/v0.25.5...v0.25.6

v0.25.5

What's Changed

Full Changelog: https://github.com/tree-sitter/tree-sitter/compare/v0.25.4...v0.25.5

Commits
  • bf655c0 0.25.6
  • 8ef6f06 fix(generate): re-enable default url features
  • 057c6ad Fully fix field underflow in go_to_previous_sibling (#4483) (#4485)
  • c44110c fix(build): pkgconfig and use of GNUInstallDirs (#4319)
  • baf222f Revert "feat: add build sha to parser.c header comment" (#4475)
  • 4cac30b Ignore lock files in grammar repos
  • 460118b 0.25.5
  • 42ca484 Fix hang in npm install script
  • 75550c8 Fix crash w/ goto_previous_sibling when parent node has leading extra child (...
  • 02f9c15 fix: wasi has endian.h
  • Additional commits viewable in compare view

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
Pull Request Statistics
Commits:
1
Files Changed:
5
Additions:
+47
Deletions:
-45
Package Dependencies
Package:
clap
Ecosystem:
cargo
Version Change:
4.5.38 → 4.5.39
Update Type:
Patch
Package:
tree-sitter
Ecosystem:
cargo
Version Change:
0.25.4 → 0.25.6
Update Type:
Patch
Package:
uuid
Ecosystem:
cargo
Version Change:
1.16.0 → 1.17.0
Update Type:
Minor
Package:
tower-http
Ecosystem:
cargo
Version Change:
0.6.4 → 0.6.6
Update Type:
Patch
Package:
aws-sdk-s3
Ecosystem:
cargo
Version Change:
1.87.0 → 1.91.0
Update Type:
Minor
Package:
toml
Ecosystem:
cargo
Version Change:
0.8.22 → 0.8.23
Update Type:
Patch
Package:
backon
Ecosystem:
cargo
Version Change:
1.5.0 → 1.5.1
Update Type:
Patch
Ecosystem:
cargo
Version Change:
1.89.0 → 1.92.0
Update Type:
Minor
Ecosystem:
cargo
Version Change:
0.29.0 → 0.30.0
Update Type:
Minor
Ecosystem:
cargo
Version Change:
1.71.0 → 1.74.0
Update Type:
Minor
Technical Details
ID: 1358605
UUID: 2578848958
Node ID: PR_kwDOMXNO-86Zthy-
Host: GitHub
Repository: tensorzero/tensorzero
Merge State: Unknown