Bump the rust-dependencies group across 1 directory with 18 updates
Type: Pull Request
State: Open
Association: Contributor
Comments: 1
(about 1 year ago)
(about 1 year ago)
rust dependencies
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
- Added convenience implementation TryFrom for std by
@Nahuel-Min uuid-rs/uuid#819- Update OSX builds to arm by
@KodrAusin uuid-rs/uuid#825- Replace derive(Hash) with manual impl in Uuid by
@diopoexin uuid-rs/uuid#824- Add
wasm32v1-noneSupport by@bushrat011899in uuid-rs/uuid#828- Prepare for 1.17.0 release by
@KodrAusin uuid-rs/uuid#829New Contributors
@Nahuel-Mmade their first contribution in uuid-rs/uuid#819@diopoexmade their first contribution in uuid-rs/uuid#824Full Changelog: https://github.com/uuid-rs/uuid/compare/v1.16.0...v1.17.0
Commits
2fd9b61Merge pull request #829 from uuid-rs/cargo/v1.17.0ed0d385prepare for 1.17.0 releasec54cadcMerge pull request #828 from bushrat011899/wasm32v1-none625d769Fix typo in MVP Web CI9d638e0Add MVP Web CI Task83dc528Addwasm32v1-nonesupport5fbd843Merge pull request #824 from diopoex/main6635ae4Merge pull request #825 from uuid-rs/ci/aarch64-apple-darwinb2370f2update toolchain for outdated jobc74ad33update OSX builds to arm- Additional commits viewable in compare view
Updates toml from 0.8.22 to 0.8.23
Commits
838a022chore: Releaseb9d399ddocs: Update changelogf3e8c68feat(edit): Add ImDocument::into_table (#928)288161bchore: Released7f3cdadocs: Update changelog752ef5bfix(datetime): Further error improvements (#927)32d2297feat(edit): Add ImDocument::into_tableb1ce9b5fix(datetime): Use 2-digit values for ranges55da4affix(datetime): Remove trailing space in error5c1d9ccchore(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)
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
ed2360fchore: Release196a14bdocs: Update changelogcd622abMerge pull request #5846 from ribru17/alias_fn_dedup48ff72bfix(complete): Deduplicate bash subcmd casesb1b6f17Merge pull request #5843 from epage/link5900216fix(derive): Update link for derive attributesfde45f9chore: Release45d5d7edocs: Update changelog4b82b97chore: Releasea982adfdocs: Update changelog- Additional commits viewable in compare view
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)
New Contributors
@sulamimade their first contribution in tower-rs/tower-http#578Full 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-encodingif already set (#572)#547: tower-rs/tower-http#547 #572: tower-rs/tower-http#572 #575: tower-rs/tower-http#575
New Contributors
@daalfoxmade their first contribution in tower-rs/tower-http#547@mherrerarendonmade their first contribution in tower-rs/tower-http#574@linyihaimade their first contribution in tower-rs/tower-http#575Full Changelog: https://github.com/tower-rs/tower-http/compare/tower-http-0.6.4...tower-http-0.6.5
Commits
635692dv0.6.6359d997Fix an indexing panic in compression (#578)24c0f0brefactor: slightly reduce use offutures-util(#577)51723d4v0.6.50187232feat(compression): avoid settingVary: Accept-Encodingwhen already set (#572)f64fbe6fix(redirect): Removedheadersafter empty payload set. (#575)7388e76docs: Clarify TimeoutBody is a timeout per frame, not total (#574)86615aanormalize_path: AddAppendmode (#547)- See full diff in compare view
Updates aws-sdk-bedrockruntime from 1.89.0 to 1.92.0
Commits
- See full diff in compare view
Updates backon from 1.5.0 to 1.5.1
Release notes
Sourced from backon's releases.
v1.5.1
What's Changed
- docs: add wasm32 demo by
@XmchxUpin Xuanwo/backon#196- fix no sleeper feature can't set sleeper in retry with context by
@Sherlock-Holoin Xuanwo/backon#199- Bump to version 1.5.1 by
@Xuanwoin Xuanwo/backon#200New Contributors
@Sherlock-Holomade their first contribution in Xuanwo/backon#199Full 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
- See full diff in compare view
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_sdkcrate in themetricsfeature. 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-otlpcrate 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
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.
Cardinality capping: Introduced the ability to cap cardinality and configure limits using views.
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
tracingbut 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
c811cdechore: Prepare release 0.30.0 (#2999)200885afix: fix trace id in logs when using set_parent nested in a trace span (#2924)c24369echore: Update metric sdk to stable status (#2996)bf22aebfix: Remove pub fields and replace with getter method consistently across … (...4be1a32fix: remove cardinality capping via instrument advice (#2995)3d04c16docs: Add metric doc (#2946)2018959fix: Fix validation in Metric stream (#2991)8c29ca7chore: leverage fallback resolver for MSRV check (#2993)4b3a383chore: add required features to benches (#2990)ebbebf5fix: 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_sdkcrate in themetricsfeature. 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-otlpcrate 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
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.
Cardinality capping: Introduced the ability to cap cardinality and configure limits using views.
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
tracingbut 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
c811cdechore: Prepare release 0.30.0 (#2999)200885afix: fix trace id in logs when using set_parent nested in a trace span (#2924)c24369echore: Update metric sdk to stable status (#2996)bf22aebfix: Remove pub fields and replace with getter method consistently across … (...4be1a32fix: remove cardinality capping via instrument advice (#2995)3d04c16docs: Add metric doc (#2946)2018959fix: Fix validation in Metric stream (#2991)8c29ca7chore: leverage fallback resolver for MSRV check (#2993)4b3a383chore: add required features to benches (#2990)ebbebf5fix: 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_eventandOpenTelemetrySpanExt::add_event_with_timestampfunctions to allow adding OpenTelemetry events directly to atracing::Span, enabling the use of dynamic attribute keys and custom event timestamps.
Commits
- See full diff in compare view
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_sdkcrate in themetricsfeature. 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-otlpcrate 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
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.
Cardinality capping: Introduced the ability to cap cardinality and configure limits using views.
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
tracingbut 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
c811cdechore: Prepare release 0.30.0 (#2999)200885afix: fix trace id in logs when using set_parent nested in a trace span (#2924)c24369echore: Update metric sdk to stable status (#2996)bf22aebfix: Remove pub fields and replace with getter method consistently across … (...4be1a32fix: remove cardinality capping via instrument advice (#2995)3d04c16docs: Add metric doc (#2946)2018959fix: Fix validation in Metric stream (#2991)8c29ca7chore: leverage fallback resolver for MSRV check (#2993)4b3a383chore: add required features to benches (#2990)ebbebf5fix: 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_sdkcrate in themetricsfeature. 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-otlpcrate 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
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.
Cardinality capping: Introduced the ability to cap cardinality and configure limits using views.
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
tracingbut 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
c811cdechore: Prepare release 0.30.0 (#2999)200885afix: fix trace id in logs when using set_parent nested in a trace span (#2924)c24369echore: Update metric sdk to stable status (#2996)bf22aebfix: Remove pub fields and replace with getter method consistently across … (...4be1a32fix: remove cardinality capping via instrument advice (#2995)3d04c16docs: Add metric doc (#2946)2018959fix: Fix validation in Metric stream (#2991)8c29ca7chore: leverage fallback resolver for MSRV check (#2993)4b3a383chore: add required features to benches (#2990)ebbebf5fix: 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
tonicdependency ontlsRemoved
- remove deprecated sample from README
init-tracing-opentelemetry-v0.28.2
Fixed
- (deps) missing
tonicdependency ontlsRemoved
- remove deprecated sample from README
Commits
081e86echore: release (#244)98d409ffeat(deps): update opentelemetry 0.30 & tonic 0.13 (#240)f49b94achore: release9ea929dfix: disablepublishfor examplesa58c1a9fix(deps): missingtonicdependency ontls079806cchore(deps): update dependency protoc to v31.15939f38doc: remove deprecated sample from README- See full diff in compare view
Updates aws-sdk-s3 from 1.87.0 to 1.91.0
Commits
- See full diff in compare view
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
081e86echore: release (#244)98d409ffeat(deps): update opentelemetry 0.30 & tonic 0.13 (#240)f49b94achore: release9ea929dfix: disablepublishfor examplesa58c1a9fix(deps): missingtonicdependency ontls079806cchore(deps): update dependency protoc to v31.15939f38doc: remove deprecated sample from README5a8e972chore: release v0.28.1c824416Fix the tracing_level_info feature in tonic-tracing-otel60a154cchore(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
HttpConnectorto always prefer IPv6 addresses first, if happy eyeballs is enabled.- Fix
legacy::Clientto return better errors if available on the connection.What's Changed
- fix(client): prefer IPv6 addresses before IPv4 even if resolver ordered differently by
@seanmonstarin hyperium/hyper-util#194- chore(test): make proxy test robust wrt IPv4/v6 by
@Fabian-Gruenbichlerin hyperium/hyper-util#195- refactor: limit dependency futures-util to tests and client-legacy by
@hanna-kruppein hyperium/hyper-util#192- Fix some clippy lints by
@jplattein hyperium/hyper-util#196- ConnectErrors improvements by
@seanmonstarin hyperium/hyper-util#197- fix(client): race in connection errors propagation by
@dare3pathin hyperium/hyper-util#184New Contributors
@Fabian-Gruenbichlermade their first contribution in hyperium/hyper-util#195@hanna-kruppemade their first contribution in hyperium/hyper-util#192@jplattemade their first contribution in hyperium/hyper-util#196@dare3pathmade their first contribution in hyperium/hyper-util#184Full 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
HttpConnectorto defer address family order to resolver sort order.- Fix
proxy::Matcherto find HTTPS system proxies on Windows.0.1.13 (2025-05-27)
- Fix
HttpConnectorto always prefer IPv6 addresses first, if happy eyeballs is enabled.- Fix
legacy::Clientto return better errors if available on the connection.
Commits
71360e4v0.1.14ce9248dfix(proxy): set https system proxy on windows (#201)7400a20fix(client): prefer resolver order always (#200)22867bdstyle(client): Fix some clippy lints (#199)2ff0ba6deps: upgrade windows-registry to 0.5 (#198)2c3c55fv0.1.13a01e6b2fix(client): improve client errors details if available (#184)fc1d699refactor(client): add socket addr to ConnectError0959d46refactor(client): return the first connect error, not the last6328823refactor(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
- Ignore lockfiles in grammar repos tree-sitter/tree-sitter#4474
- Revert "feat: add build sha to parser.c header comment" by
@tree-sitter-ci-botin tree-sitter/tree-sitter#4477- Fix pkgconfig and use of GNUInstallDirs by
@tree-sitter-ci-botin tree-sitter/tree-sitter#4480- Fully fix field underflow in go_to_previous_sibling by
@tree-sitter-ci-botin tree-sitter/tree-sitter#4485- fix(generate): re-enable default url features by
@tree-sitter-ci-botin tree-sitter/tree-sitter#4486Full Changelog: https://github.com/tree-sitter/tree-sitter/compare/v0.25.5...v0.25.6
v0.25.5
What's Changed
- illumos has endian.h by
@tree-sitter-ci-botin tree-sitter/tree-sitter#4451- fix: wasi has endian.h by
@tree-sitter-ci-botin tree-sitter/tree-sitter#4464- Fix crash w/ goto_previous_sibling when parent node has leading extra child by
@tree-sitter-ci-botin tree-sitter/tree-sitter#4473Full Changelog: https://github.com/tree-sitter/tree-sitter/compare/v0.25.4...v0.25.5
Commits
bf655c00.25.68ef6f06fix(generate): re-enable default url features057c6adFully fix field underflow in go_to_previous_sibling (#4483) (#4485)c44110cfix(build): pkgconfig and use of GNUInstallDirs (#4319)baf222fRevert "feat: add build sha to parser.c header comment" (#4475)4cac30bIgnore lock files in grammar repos460118b0.25.542ca484Fix hang in npm install script75550c8Fix crash w/ goto_previous_sibling when parent node has leading extra child (...02f9c15fix: 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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill 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 versionwill 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
0
0
+0
-0
Package Dependencies
opentelemetry-semantic-conventions
cargo
0.29.0 → 0.30.0
Minor
aws-sdk-sagemakerruntime
cargo
1.71.0 → 1.74.0
Minor
axum-tracing-opentelemetry
cargo
0.28.0 → 0.29.0
Minor
init-tracing-opentelemetry
cargo
0.28.1 → 0.29.0
Minor
Technical Details
| ID: | 1354210 |
| UUID: | 3128928263 |
| Node ID: | PR_kwDOMXNO-86ZnIUC |
| Host: | GitHub |
| Repository: | tensorzero/tensorzero |