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.
This PR contains the following updates:
4.4.12
->4.4.18
0.4.21
->0.4.22
1.8.0
->1.8.1
1.10.2
->1.10.3
0.10.0
->0.11.0
1.0.53
->1.0.56
Release Notes
clap-rs/clap (clap)
v4.4.18
Compare Source
Fixes
usage
feature, ensure the list of required arguments is uniquev4.4.17
Compare Source
Fixes
panic!
when mixingargs_conflicts_with_subcommands
withArgGroup
(which is implicit withderive
) introduced in 4.4.15v4.4.16
Compare Source
Fixes
v4.4.15
Compare Source
Fixes
args_conflicts_with_subcommands
args_conflicts_with_subcommands
when using subcommand short and long flagsv4.4.14
Compare Source
Documentation
find
cookbook entry to allow repeats of flags/optionsFeatures
num_args(0)
on options which allows making them emulate being a flag for position-tracking flagsv4.4.13
Compare Source
Documentation
BurntSushi/ripgrep (ignore)
v0.4.22
Compare Source
rayon-rs/rayon (rayon)
v1.8.1
Compare Source
"web_spin_lock"
crate feature makes mutexes spin on the mainbrowser thread in WebAssembly, rather than suffer an error about forbidden
atomics.wait
if they were to block in that context. Thanks @RReverser!rust-lang/regex (regex)
v1.10.3
Compare Source
===================
This is a new patch release that fixes the feature configuration of optional
dependencies, and fixes an unsound use of bounds check elision.
Bug fixes:
Set
default-features=false
for thememchr
andaho-corasick
dependencies.Fix unsound bounds check elision.
rapidfuzz/strsim-rs (strsim)
v0.11.0
Compare Source
Changed
improve OSA implementation
25%
reduce binary size of Levenshtein distance
improve Damerau-Levenshtein implementation
O(N*M)
toO(N+M)
70%
25%
only boost similarity in Jaro-Winkler once the Jaro similarity exceeds 0.7
Fixed
v0.10.1
: Release 0.10.1Compare Source
Changed
improve OSA implementation
25%
reduce binary size of Levenshtein distance
improve Damerau-Levenshtein implementation
O(N*M)
toO(N+M)
70%
25%
only boost similarity in Jaro-Winkler once the Jaro similarity exceeds 0.7
Fixed
dtolnay/thiserror (thiserror)
v1.0.56
Compare Source
v1.0.55
Compare Source
v1.0.54
Compare Source
Configuration
📅 Schedule: Branch creation - "after 11am on the first day of the month" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR has been generated by Mend Renovate. View repository job log here.