chore: bump similar-asserts from 1.7.0 to 2.0.0 - #6260
Open
dependabot[bot] wants to merge 1 commit into
Open
Conversation
Bumps [similar-asserts](https://github.com/mitsuhiko/similar-asserts) from 1.7.0 to 2.0.0. - [Changelog](https://github.com/mitsuhiko/similar-asserts/blob/main/CHANGELOG.md) - [Commits](mitsuhiko/similar-asserts@1.7.0...2.0.0) --- updated-dependencies: - dependency-name: similar-asserts dependency-version: 2.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
prql-bot
approved these changes
Aug 31, 2026
prql-bot
left a comment
Collaborator
There was a problem hiding this comment.
Mechanical dev-dependency bump; the diff looks correct to me.
- All six
similar_asserts::assert_eq!call sites use the macro API, which 2.0 leaves unchanged — the changelog's breaking items are the Rust 2024 edition, the 1.85 MSRV, and thesimilar3.0 upgrade, none of which touch the macro surface. - MSRV: 2.0.0's new floor of 1.85 exactly matches the workspace
rust-version = "1.85.0"and the manually maintainedmetadata.msrvkey inprqlc/prqlc/Cargo.toml, so there is no headroom left;test-msrvis the gate if that reading is wrong. - The lockfile is coherent:
consolededupes onto 0.16.3 (shared with insta) andwindows-sys 0.59.0drops out.similarnow appears twice — 2.7.0 for insta and prqlc's own direct dep, 3.2.0 under similar-asserts — and thesimilar/inlinefeature moves with similar-asserts onto 3.2.0, which is why the 2.7.0 entry loses itsbstr/unicode-segmentationedges. #6261 bumps the directsimilarto 3.2.0 but its lockfile leaves insta on 2.7.0, so the two copies persist whichever way the pair lands.[profile.dev.package.similar]matches by name, soopt-level = 3still applies to both.
CI is unverified: the whole tests matrix is QUEUED behind today's Dependabot batch, including test-rust, test-msrv and test-deps-min-versions, which are the checks that would actually exercise this. The red check-ok-to-merge belongs to run 33418570096, whose own conclusion is cancelled — it is superseded by the queued run 33418576303, not a real failure.
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 similar-asserts from 1.7.0 to 2.0.0.
Changelog
Sourced from similar-asserts's changelog.
Commits
4eff50bchore(release): 2.0.0265c6e7chore(ci): add trusted publishing workflow7700317chore(rust): modernize toolchain, deps, and CIDependabot 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 show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)