build(deps): bump similar from 2.7.0 to 3.1.1#142
Conversation
Bumps [similar](https://github.com/mitsuhiko/similar) from 2.7.0 to 3.1.1. - [Changelog](https://github.com/mitsuhiko/similar/blob/main/CHANGELOG.md) - [Commits](mitsuhiko/similar@2.7.0...3.1.1) --- updated-dependencies: - dependency-name: similar dependency-version: 3.1.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 13e7962bdd
ℹ️ 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".
| tempfile = "3.27.0" | ||
| path-absolutize = "3.1.1" | ||
| similar = "2.7.0" | ||
| similar = "3.1.1" |
There was a problem hiding this comment.
Regenerate Buck metadata for the bumped crate
Because this repo's PR workflow runs buck2 build //:git_internal for Cargo.toml changes, the dependency bump needs the generated Buck files updated as well. I checked the Buck wiring: BUCK still depends on //third-party/rust/crates/similar/2.7.0:similar, third-party/rust/crates/similar/2.7.0/BUCK still fetches the 2.7.0 crate, and buckal.snap still records similar@2.7.0, so Buck-built artifacts will continue to use 2.7.0 while Cargo uses 3.1.1. That can let Cargo tests pass while the canonical Buck build/prod path misses the new dependency version or later fails when code relies on 3.x APIs; please run the documented cargo buckal migrate and commit the generated updates.
Useful? React with 👍 / 👎.
|
OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting If you change your mind, just re-open this PR and I'll resolve any conflicts on it. |
Bumps similar from 2.7.0 to 3.1.1.
Changelog
Sourced from similar's changelog.
... (truncated)
Commits
0210f53chore(release): prepare 3.1.1bc9657ddocs(changelog): update unreleased changesd154c8bfix(algorithms): preserve diff op cursors53c943efeat: Update screenshot5d1f1b6ref: rename diff examples8577da2fix: rustfmt8ae2c3fchore(release): prepare 3.1.037dfae4Adduseclause to iterator types for improved lifetime management (#93)6e321adfeat(api): add capture_diff_slices_by_keyd943be3feat: Added a float bucket exampleDependabot 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)