chore(deps): update patch crates #12152
Open
+251
−192
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:
1.1.3->1.1.41.0.95->1.0.1000.1.84->0.1.891.0.1->1.0.44.5.41->4.5.530.7.0->0.7.21.0.17->1.0.200.3.2->0.3.32.0.5->2.0.71.0.14->1.0.150.1.5->0.1.62.7.5->2.7.61.20.2->1.21.30.1.8->0.1.11=0.12.3->=0.12.50.12.1->0.12.51.0.92->1.0.1031.0.38->1.0.420.8.5->0.8.80.10.4->0.10.52.1.0->2.1.11.0.225->1.0.2280.1.0->0.1.20.10.8->0.10.90.3.0->0.3.40.1.17->0.1.221.2.0->1.2.12.0.95->2.0.1110.3.19->0.3.20=0.18.2->=0.18.31.0.101->1.0.1140.2.0->0.2.22.5.4->2.5.70.7.12->0.7.130.8.14->0.8.15Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
BurntSushi/aho-corasick (aho-corasick)
v1.1.4Compare Source
dtolnay/anyhow (anyhow)
v1.0.100Compare Source
bail!,ensure!,anyhow!(#426)v1.0.99Compare Source
v1.0.98Compare Source
self.into_boxed_dyn_error()andself.reallocate_into_boxed_dyn_error_without_backtrace()methods for anyhow::Error (#415)v1.0.97Compare Source
v1.0.96Compare Source
dtolnay/async-trait (async-trait)
v0.1.89Compare Source
rust-lang/cfg-if (cfg-if)
v1.0.4Compare Source
cfg(true)andcfg(false)(#99)v1.0.3Compare Source
@__identityrule."v1.0.2Compare Source
@__identityrule.clap-rs/clap (clap)
v4.5.53Compare Source
Features
default_values_if,default_values_ifsv4.5.52Compare Source
Fixes
args_conflicts_with_subcommandsconflicts with anArgGroupv4.5.51Compare Source
Fixes
ArgAction::Countv4.5.50Compare Source
Features
CowwhereStringand&strare acceptedv4.5.49Compare Source
Fixes
v4.5.48Compare Source
Documentation
typed_derivecookbook entryv4.5.47Compare Source
Features
impl FromArgMatches for ()impl Args for ()impl Subcommand for ()impl FromArgMatches for Infallibleimpl Subcommand for InfallibleFixes
clapv4.5.46Compare Source
Features
StyledStr::push_strv4.5.45Compare Source
Fixes
ValueEnumvariants now use the full doc comment, not summary, forPossibleValue::helpv4.5.44Compare Source
Features
Command::mut_subcommandsv4.5.43Compare Source
Fixes
v4.5.42Compare Source
Fixes
--helpathre0z/color-backtrace (color-backtrace)
v0.7.2v0.7.1Compare Source
Added
NO_COLORandFORCE_COLORenvironment variables for controllingcolor output
default_color_choice()to get color choice based onenvironment variables and terminal detection
Changed
default_output_stream()now respectsNO_COLORandFORCE_COLORenvironmentvariables
dtolnay/dyn-clone (dyn-clone)
v1.0.20Compare Source
v1.0.19Compare Source
v1.0.18Compare Source
rust-lang/glob (glob)
v0.3.3Compare Source
dtolnay/indoc (indoc)
v2.0.7Compare Source
indoc! {c"..."},indoc! {cr"..."}(#67)v2.0.6Compare Source
dtolnay/itoa (itoa)
v1.0.15Compare Source
alexheretic/linked-hash-set (linked_hash_set)
v0.1.6Compare Source
BurntSushi/memchr (memchr)
v2.7.6Compare Source
faern/oneshot (oneshot)
v0.1.11Compare Source
Fixed
UNPARKINGstate correctly inReceiver::drop(). Fixes a panic that couldoccur if a
Receiverhad been first polled as a future and then was being droppedin parallel with the
Sendersending a message.v0.1.10Compare Source
Added
is_closedandhas_messageto theReceiver. Allows polling for the channelstate without modifying the channel or pulling the message from it.
v0.1.9Compare Source
Added
SyncforSender. There is not a whole lot someone can do with a&Sender,but this allows storing the sender in places that are overly conservative and require
a
Syncbound on the content.Amanieu/parking_lot (parking_lot)
v0.12.5Compare Source
hardware-lock-elisionfeature is enabled (#491)into_arc(_fair)methods (#472)RawRwLock::bump_*()not releasing lock when there are multiple readers (#471)v0.12.4Compare Source
PARKED_WRITER_BITafter a timeoutdtolnay/proc-macro2 (proc-macro2)
v1.0.103Compare Source
Literalmethodsstr_value,cstr_value,byte_str_value(#525)v1.0.102Compare Source
v1.0.101Compare Source
v1.0.100Compare Source
Spanmethods on Rust 1.88+:start,end,line,column,file,local_file(#517, #518)v1.0.99Compare Source
v1.0.98Compare Source
'prefix#lifetime(#514, rust-lang/rust#126452)v1.0.97Compare Source
v1.0.96Compare Source
v1.0.95Compare Source
RUSTFLAGS=--cfg=procmacro2_semver_exemptto that of nightly-2025-04-16 (#497)v1.0.94Compare Source
v1.0.93Compare Source
dtolnay/quote (quote)
v1.0.42Compare Source
v1.0.41Compare Source
v1.0.40Compare Source
v1.0.39Compare Source
rust-lang/regex (regex-syntax)
v0.8.8Compare Source
v0.8.7Compare Source
v0.8.6Compare Source
ridiculousfish/regress (regress)
v0.10.5Compare Source
What's Changed
Full Changelog: ridiculousfish/regress@v0.10.4...v0.10.5
RustCrypto/hashes (sha2)
v0.10.9Compare Source
rust-analyzer/smol_str (smol_str)
v0.3.4Compare Source
rust-versionfield toCargo.tomlv0.3.3Compare Source
StrExt::to_ascii_lowercase_smolstr,StrExt::to_ascii_uppercase_smolstr~2x speedup inline, ~4-22x for heap.
StrExt::to_lowercase_smolstr,StrExt::to_uppercase_smolstr~2x speedup inline, ~5-50x for heap.StrExt::replace_smolstr,StrExt::replacen_smolstrfor single ascii replace,~3x speedup inline & heap.
hyf0/sugar_path (sugar_path)
v1.2.1Other
dtolnay/syn (syn)
v2.0.111braced!,bracketed!,parenthesized!to be an otherwise unused variable (#1946)v2.0.110Compare Source
syn::ext::IdentExt::unrawavailable without "parsing" feature (#1940)syn::Metafollowed by=>(#1944)v2.0.109Compare Source
v2.0.108Compare Source
v2.0.107Compare Source
v2.0.106Compare Source
~constsyntax with[const]conditionally const syntax in trait bounds (#1896, rust-lang/rust#139858)v2.0.105Compare Source
impl !T {}(#1881, rust-lang/rust#144386)v2.0.104Compare Source
v2.0.103Compare Source
v2.0.102Compare Source
v2.0.101Compare Source
v2.0.100Compare Source
Visit::visit_token_stream,VisitMut::visit_token_stream_mut,Fold::fold_token_streamfor processing TokenStream during syntax tree traversals (#1852)v2.0.99Compare Source
v2.0.98Compare Source
ParseStream::callandPunctuatedparsers (#1847)v2.0.97Compare Source
v2.0.96Compare Source
nagisa/rust_tracy_client (tracy-client)
v0.18.3Compare Source
dtolnay/trybuild (trybuild)
v1.0.114Compare Source
v1.0.113Compare Source
target-tripledependency to v1v1.0.112Compare Source
v1.0.111Compare Source
v1.0.110Compare Source
v1.0.109Compare Source
v1.0.108Compare Source
v1.0.107Compare Source
v1.0.106Compare Source
tomldependency to 0.9 (#306)v1.0.105Compare Source
-C instrument-coveragein RUSTFLAGS (#305, thanks @davidhewitt)v1.0.104Compare Source
v1.0.103Compare Source
v1.0.102Compare Source
..(#300)unicode-rs/unicode-width (unicode-width)
v0.2.2Compare Source
v0.2.1Compare Source
servo/rust-url (url)
v2.5.7What's Changed
v.2.5.6
v.2.5.7
New Contributors
Full Changelog: servo/rust-url@v2.5.5...v2.5.7
v2.5.5Compare Source
What's Changed
Mimeby @mrobinson in #1047cargo clippy --fix -- -Wclippy::use_selfby @mrobinson in #1048Url::domaindocs to show that it includes subdomain by @supercoolspy in #1057New Contributors
Full Changelog: servo/rust-url@v2.5.4...v2.5.5
winnow-rs/winnow (winnow)
v0.7.13Compare Source
Features
StringintoStringCow<str>intoStringConfiguration
📅 Schedule: Branch creation - "before 8am on wednesday" in timezone Asia/Shanghai, Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ 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 was generated by Mend Renovate. View the repository job log.