Skip to content

chore: bump similar-asserts from 1.7.0 to 2.0.0 - #6260

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/similar-asserts-2.0.0
Open

chore: bump similar-asserts from 1.7.0 to 2.0.0#6260
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/similar-asserts-2.0.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 31, 2026

Copy link
Copy Markdown
Contributor

Bumps similar-asserts from 1.7.0 to 2.0.0.

Changelog

Sourced from similar-asserts's changelog.

2.0.0

  • Raised the crate edition to Rust 2024 and updated the MSRV to Rust 1.85.
  • Upgraded the similar dependency to 3.0.0.
  • Modernized CI workflows to current GitHub Actions and added PR runs.
  • Replaced atomic env-var caching with OnceLock.
  • Minor documentation and wording fixes.
Commits
  • 4eff50b chore(release): 2.0.0
  • 265c6e7 chore(ci): add trusted publishing workflow
  • 7700317 chore(rust): modernize toolchain, deps, and CI
  • See full diff in compare view

Dependabot compatibility score

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will 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 version will 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 dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

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>
@dependabot dependabot Bot added dependencies rust Pull requests that update Rust code labels Aug 31, 2026

@prql-bot prql-bot left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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 the similar 3.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 maintained metadata.msrv key in prqlc/prqlc/Cargo.toml, so there is no headroom left; test-msrv is the gate if that reading is wrong.
  • The lockfile is coherent: console dedupes onto 0.16.3 (shared with insta) and windows-sys 0.59.0 drops out. similar now appears twice — 2.7.0 for insta and prqlc's own direct dep, 3.2.0 under similar-asserts — and the similar/inline feature moves with similar-asserts onto 3.2.0, which is why the 2.7.0 entry loses its bstr/unicode-segmentation edges. #6261 bumps the direct similar to 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, so opt-level = 3 still 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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies rust Pull requests that update Rust code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant