chore(deps): bump similar-asserts from 1.7.0 to 2.0.0#25295
chore(deps): bump similar-asserts from 1.7.0 to 2.0.0#25295dependabot[bot] wants to merge 1 commit intomasterfrom
Conversation
81cd584 to
3055a76
Compare
3055a76 to
f7d0cdd
Compare
💡 Codex ReviewLine 10710 in f7d0cdd This lockfile now has the only ℹ️ About Codex in GitHubCodex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you
If Codex has suggestions, it will comment; otherwise it will react with 👍. When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback". |
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>
f7d0cdd to
a681b1f
Compare
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: a681b1f8fb
ℹ️ About Codex in GitHub
Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".
| [[package]] | ||
| name = "similar-asserts" | ||
| version = "1.7.0" | ||
| version = "2.0.0" |
There was a problem hiding this comment.
Keep the root similar-asserts requirement in sync
The workspace root package still declares similar-asserts = "1.7.0" in its dev-dependencies (Cargo.toml:498), but this lockfile now contains only similar-asserts 2.0.0. When the root package's dev-dependencies are resolved (for example by root/workspace test or check commands, especially under locked CI), the ^1.7.0 requirement cannot be satisfied by 2.0.0, so Cargo has to rewrite Cargo.lock or fail. Please bump the root dev-dependency as well, or keep a 1.7.x lock entry for the root package.
Useful? React with 👍 / 👎.
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 CI