-
Notifications
You must be signed in to change notification settings - Fork 349
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
cargo: bump the cargo-dependencies group with 3 updates #3002
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oh, apparently this had a build failure. That's what I get for rubber stamping.
This needs an MSRV bump, so it's blocked by #2462 |
@dependabot rebase |
Bumps the cargo-dependencies group with 3 updates: [clap](https://github.com/clap-rs/clap), [clap_complete](https://github.com/clap-rs/clap) and [strsim](https://github.com/rapidfuzz/strsim-rs). Updates `clap` from 4.4.18 to 4.5.0 - [Release notes](https://github.com/clap-rs/clap/releases) - [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md) - [Commits](clap-rs/clap@v4.4.18...clap_complete-v4.5.0) Updates `clap_complete` from 4.4.10 to 4.5.0 - [Release notes](https://github.com/clap-rs/clap/releases) - [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md) - [Commits](clap-rs/clap@clap_complete-v4.4.10...clap_complete-v4.5.0) Updates `strsim` from 0.10.0 to 0.11.0 - [Release notes](https://github.com/rapidfuzz/strsim-rs/releases) - [Changelog](https://github.com/rapidfuzz/strsim-rs/blob/main/CHANGELOG.md) - [Commits](rapidfuzz/strsim-rs@0.10.0...v0.11.0) --- updated-dependencies: - dependency-name: clap dependency-type: direct:production update-type: version-update:semver-minor dependency-group: cargo-dependencies - dependency-name: clap_complete dependency-type: direct:production update-type: version-update:semver-minor dependency-group: cargo-dependencies - dependency-name: strsim dependency-type: direct:production update-type: version-update:semver-minor dependency-group: cargo-dependencies ... Signed-off-by: dependabot[bot] <[email protected]>
b1f1d4d
to
01bb5da
Compare
Looks like the |
This is jj-vcs#3002 with tests rerun to account for changes to `strsim`, as @thoughtpolice noticed in jj-vcs#3002 (comment)
This is jj-vcs#3002 with tests rerun to account for changes to `strsim`, as @thoughtpolice noticed in jj-vcs#3002 (comment) The string similarity changes include an example that seems better and one that seems worse. Decreasing the threshold definitely makes things worse.
This is #3002 with tests rerun to account for changes to `strsim`, as @thoughtpolice noticed in #3002 (comment) The string similarity changes include an example that seems better and one that seems worse. Decreasing the threshold definitely makes things worse.
Looks like these dependencies are updatable in another way, so this is no longer needed. |
Pull request was closed
Bumps the cargo-dependencies group with 3 updates: clap, clap_complete and strsim.
Updates
clap
from 4.4.18 to 4.5.0Changelog
Sourced from clap's changelog.
Commits
a751c5f
chore: Release9ec6c94
chore: Release0735119
docs: Update changelogc4d3959
Merge pull request #5344 from epage/encodef750e57
fix(lex): Use new-ish OsStr API1d9a554
Merge pull request #5343 from epage/msrv4b45d36
chore: Update MSRV to 1.7455b1f94
Merge pull request #5342 from epage/divanea77b98
test(complete): Make it order independentb0fea2b
test(bench): Switch to divanUpdates
clap_complete
from 4.4.10 to 4.5.0Release notes
Sourced from clap_complete's releases.
... (truncated)
Changelog
Sourced from clap_complete's changelog.
... (truncated)
Commits
a751c5f
chore: Release9ec6c94
chore: Release0735119
docs: Update changelogc4d3959
Merge pull request #5344 from epage/encodef750e57
fix(lex): Use new-ish OsStr API1d9a554
Merge pull request #5343 from epage/msrv4b45d36
chore: Update MSRV to 1.7455b1f94
Merge pull request #5342 from epage/divanea77b98
test(complete): Make it order independentb0fea2b
test(bench): Switch to divanUpdates
strsim
from 0.10.0 to 0.11.0Release notes
Sourced from strsim's releases.
Changelog
Sourced from strsim's changelog.
Commits
09fd5d9
fix version numbere7a3b55
Update the installation instructionsd9f10d5
release version 0.10.1a5cc615
add maintainer20e3bdd
only boost similarity in Jaro-Winkler once the Jaro similarity exceeds 0.7f6a7593
limit common prefix in jaro-winkler15e1a03
improve error message on test failure98fd0ec
Update links to reference the rapidfuzz org82d13e9
remove superfluous module around benchmarks (#66)1d92c1d
fix or ignore all clippy warningsDependabot 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 merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditions
will show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major version
will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor version
will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>
will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>
will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>
will remove the ignore condition of the specified dependency and ignore conditions