chore(deps): bump quick-junit to 0.7.0 - #15906
Merged
Merged
Conversation
Bumps the cargo-weekly group with 7 updates: | Package | From | To | | --- | --- | --- | | [syn](https://github.com/dtolnay/syn) | `2.0.119` | `3.0.2` | | [prettyplease](https://github.com/dtolnay/prettyplease) | `0.2.37` | `0.3.0` | | [k256](https://github.com/RustCrypto/elliptic-curves) | `0.13.4` | `0.14.0` | | [tokio-tungstenite](https://github.com/snapview/tokio-tungstenite) | `0.28.0` | `0.29.0` | | [p256](https://github.com/RustCrypto/elliptic-curves) | `0.13.2` | `0.14.0` | | [ecdsa](https://github.com/RustCrypto/signatures) | `0.16.9` | `0.17.0` | | [quick-junit](https://github.com/nextest-rs/quick-junit) | `0.6.1` | `0.7.0` | Updates `syn` from 2.0.119 to 3.0.2 - [Release notes](https://github.com/dtolnay/syn/releases) - [Commits](dtolnay/syn@2.0.119...3.0.2) Updates `prettyplease` from 0.2.37 to 0.3.0 - [Release notes](https://github.com/dtolnay/prettyplease/releases) - [Commits](dtolnay/prettyplease@0.2.37...0.3.0) Updates `k256` from 0.13.4 to 0.14.0 - [Commits](RustCrypto/elliptic-curves@k256/v0.13.4...k256/v0.14.0) Updates `tokio-tungstenite` from 0.28.0 to 0.29.0 - [Changelog](https://github.com/snapview/tokio-tungstenite/blob/master/CHANGELOG.md) - [Commits](snapview/tokio-tungstenite@v0.28.0...v0.29.0) Updates `p256` from 0.13.2 to 0.14.0 - [Commits](RustCrypto/elliptic-curves@p256/v0.13.2...p256/v0.14.0) Updates `ecdsa` from 0.16.9 to 0.17.0 - [Commits](RustCrypto/signatures@ecdsa/v0.16.9...ecdsa/v0.17.0) Updates `quick-junit` from 0.6.1 to 0.7.0 - [Release notes](https://github.com/nextest-rs/quick-junit/releases) - [Changelog](https://github.com/nextest-rs/quick-junit/blob/main/CHANGELOG.md) - [Commits](nextest-rs/quick-junit@quick-junit-0.6.1...quick-junit-0.7.0) --- updated-dependencies: - dependency-name: syn dependency-version: 3.0.2 dependency-type: direct:production update-type: version-update:semver-major dependency-group: cargo-weekly - dependency-name: prettyplease dependency-version: 0.3.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: cargo-weekly - dependency-name: k256 dependency-version: 0.14.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: cargo-weekly - dependency-name: tokio-tungstenite dependency-version: 0.29.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: cargo-weekly - dependency-name: p256 dependency-version: 0.14.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: cargo-weekly - dependency-name: ecdsa dependency-version: 0.17.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: cargo-weekly - dependency-name: quick-junit dependency-version: 0.7.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: cargo-weekly ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot
Bot
requested review from
0xrusowsky,
DaniPopes,
grandizzy and
mattsse
as code owners
July 27, 2026 09:38
dependabot
Bot
requested review from
figtracer,
mablr and
stevencartavia
as code owners
July 27, 2026 09:38
Keep the quick-junit update and revert dependency upgrades that require unreleased Alloy compatibility. Update the JUnit XML snapshots for quick-junit's skipped-count schema.
mablr
approved these changes
Jul 27, 2026
mablr
left a comment
Member
There was a problem hiding this comment.
Narrowed the update to quick-junit, deferring syn/crypto upgrades blocked by alloy-rs/core#1147 and tokio-tungstenite 0.29 blocked by alloy-transport-ws remaining on 0.28.
DaniPopes
approved these changes
Jul 27, 2026
stevencartavia
approved these changes
Jul 27, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps
quick-junitfrom 0.6.1 to 0.7.0 and updates the JUnit XML snapshots for its newskippedcount schema.The remaining weekly updates are deferred until their upstream compatibility work is released:
syn3 requires an alloy-core release usingsyn3, thek256/p256/ecdsaupgrades are blocked by alloy-rs/core#1147, andtokio-tungstenite0.29 is blocked by alloy-transport-ws remaining on 0.28.