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

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

Open
Number: #2402
Type: Pull Request
State: Open
Author: dependabot[bot] dependabot[bot]
Association: Contributor
Comments: 1
Created: June 09, 2025 at 02:08 AM UTC
(about 1 year ago)
Updated: June 09, 2025 at 04:07 PM UTC
(about 1 year ago)
Labels:
rust dependencies
Description:

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

Package From To
uuid 1.16.0 1.17.0
toml 0.8.22 0.8.23
tokio 1.45.0 1.45.1
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_sdk 0.29.0 0.30.0
opentelemetry 0.29.1 0.30.0
tracing-opentelemetry 0.30.0 0.31.0
opentelemetry-otlp 0.29.0 0.30.0
opentelemetry-semantic-conventions 0.29.0 0.30.0
init-tracing-opentelemetry 0.28.1 0.29.0
aws-sdk-s3 1.87.0 1.91.0
axum-tracing-opentelemetry 0.28.0 0.29.0
hyper-util 0.1.12 0.1.14
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 tokio from 1.45.0 to 1.45.1

Release notes

Sourced from tokio's releases.

Tokio v1.45.1

1.45.1 (May 24th, 2025)

This fixes a regression on the wasm32-unknown-unknown target, where code that previously did not panic due to calls to Instant::now() started failing. This is due to the stabilization of the first time-based metric.

Fixed

  • Disable time-based metrics on wasm32-unknown-unknown (#7322)

#7322: tokio-rs/tokio#7322

Commits

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_sdk from 0.29.0 to 0.30.0

Changelog

Sourced from opentelemetry_sdk'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 opentelemetry from 0.29.1 to 0.30.0

Release notes

Sourced from opentelemetry'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'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 tracing-opentelemetry from 0.30.0 to 0.31.0

Changelog

Sourced from tracing-opentelemetry's changelog.

0.31.0 (June 2, 2025)

Breaking Changes

  • Upgrade from opentelemetry 0.29.0 to 0.30.0. Refer to the upstream changelog for more information.

Added

  • Add OpenTelemetrySpanExt::add_event and OpenTelemetrySpanExt::add_event_with_timestamp functions to allow adding OpenTelemetry events directly to a tracing::Span, enabling the use of dynamic attribute keys and custom event timestamps.
Commits

Updates opentelemetry-otlp from 0.29.0 to 0.30.0

Release notes

Sourced from opentelemetry-otlp'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-otlp'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 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 init-tracing-opentelemetry from 0.28.1 to 0.29.0

Release notes

Sourced from init-tracing-opentelemetry's releases.

init-tracing-opentelemetry-v0.29.0

Fixed

  • (deps) missing tonic dependency on tls

Removed

  • remove deprecated sample from README

init-tracing-opentelemetry-v0.28.2

Fixed

  • (deps) missing tonic dependency on tls

Removed

  • remove deprecated sample from README
Commits
  • 081e86e chore: release (#244)
  • 98d409f feat(deps): update opentelemetry 0.30 & tonic 0.13 (#240)
  • f49b94a chore: release
  • 9ea929d fix: disable publish for examples
  • a58c1a9 fix(deps): missing tonic dependency on tls
  • 079806c chore(deps): update dependency protoc to v31.1
  • 5939f38 doc: remove deprecated sample from README
  • See full diff in compare view

Updates aws-sdk-s3 from 1.87.0 to 1.91.0

Commits

Updates axum-tracing-opentelemetry from 0.28.0 to 0.29.0

Release notes

Sourced from axum-tracing-opentelemetry's releases.

axum-tracing-opentelemetry-v0.29.0

Removed

  • remove deprecated sample from README

axum-tracing-opentelemetry-v0.28.1

Removed

  • remove deprecated sample from README
Commits
  • 081e86e chore: release (#244)
  • 98d409f feat(deps): update opentelemetry 0.30 & tonic 0.13 (#240)
  • f49b94a chore: release
  • 9ea929d fix: disable publish for examples
  • a58c1a9 fix(deps): missing tonic dependency on tls
  • 079806c chore(deps): update dependency protoc to v31.1
  • 5939f38 doc: remove deprecated sample from README
  • 5a8e972 chore: release v0.28.1
  • c824416 Fix the tracing_level_info feature in tonic-tracing-otel
  • 60a154c chore(deps): update dependency protoc to v31
  • Additional commits viewable in compare view

Updates hyper-util from 0.1.12 to 0.1.14

Release notes

Sourced from hyper-util's releases.

v0.1.13

tl;dr

  • Fix HttpConnector to always prefer IPv6 addresses first, if happy eyeballs is enabled.
  • Fix legacy::Client to return better errors if available on the connection.

What's Changed

New Contributors

Full Changelog: https://github.com/hyperium/hyper-util/compare/v0.1.12...v0.1.13

Changelog

Sourced from hyper-util's changelog.

0.1.14 (2025-06-04)

  • Fix HttpConnector to defer address family order to resolver sort order.
  • Fix proxy::Matcher to find HTTPS system proxies on Windows.

0.1.13 (2025-05-27)

  • Fix HttpConnector to always prefer IPv6 addresses first, if happy eyeballs is enabled.
  • Fix legacy::Client to return better errors if available on the connection.
Commits
  • 71360e4 v0.1.14
  • ce9248d fix(proxy): set https system proxy on windows (#201)
  • 7400a20 fix(client): prefer resolver order always (#200)
  • 22867bd style(client): Fix some clippy lints (#199)
  • 2ff0ba6 deps: upgrade windows-registry to 0.5 (#198)
  • 2c3c55f v0.1.13
  • a01e6b2 fix(client): improve client errors details if available (#184)
  • fc1d699 refactor(client): add socket addr to ConnectError
  • 0959d46 refactor(client): return the first connect error, not the last
  • 6328823 refactor(client): don't allocate for ConnectError messages
  • Additional commits viewable in compare view

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 m...

Description has been truncated

Pull Request Statistics
Commits:
0
Files Changed:
0
Additions:
+0
Deletions:
-0
Package Dependencies
Package:
clap
Ecosystem:
cargo
Version Change:
4.5.38 → 4.5.39
Update Type:
Patch
Package:
hyper-util
Ecosystem:
cargo
Version Change:
0.1.12 → 0.1.14
Update Type:
Patch
Package:
tree-sitter
Ecosystem:
cargo
Version Change:
0.25.4 → 0.25.6
Update Type:
Patch
Package:
tokio
Ecosystem:
cargo
Version Change:
1.45.0 → 1.45.1
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:
0.29.1 → 0.30.0
Update Type:
Minor
Ecosystem:
cargo
Version Change:
0.29.0 → 0.30.0
Update Type:
Minor
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:
0.29.0 → 0.30.0
Update Type:
Minor
Ecosystem:
cargo
Version Change:
0.30.0 → 0.31.0
Update Type:
Minor
Ecosystem:
cargo
Version Change:
1.71.0 → 1.74.0
Update Type:
Minor
Ecosystem:
cargo
Version Change:
0.28.0 → 0.29.0
Update Type:
Minor
Ecosystem:
cargo
Version Change:
0.28.1 → 0.29.0
Update Type:
Minor
Technical Details
ID: 1354210
UUID: 3128928263
Node ID: PR_kwDOMXNO-86ZnIUC
Host: GitHub
Repository: tensorzero/tensorzero