Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Nov 11, 2025

This PR contains the following updates:

Package Type Update Change
aho-corasick workspace.dependencies patch 1.1.3 -> 1.1.4
anyhow workspace.dependencies patch 1.0.95 -> 1.0.100
async-trait workspace.dependencies patch 0.1.84 -> 0.1.89
camino workspace.dependencies patch 1.2.1 -> 1.2.2
cfg-if workspace.dependencies patch 1.0.1 -> 1.0.4
clap workspace.dependencies patch 4.5.41 -> 4.5.53
color-backtrace workspace.dependencies patch 0.7.0 -> 0.7.2
dyn-clone workspace.dependencies patch 1.0.17 -> 1.0.20
glob workspace.dependencies patch 0.3.2 -> 0.3.3
indoc workspace.dependencies patch 2.0.5 -> 2.0.7
itoa workspace.dependencies patch 1.0.14 -> 1.0.16
memchr workspace.dependencies patch 2.7.5 -> 2.7.6
once_cell workspace.dependencies patch 1.20.2 -> 1.21.3
oneshot workspace.dependencies patch 0.1.8 -> 0.1.11
parking_lot dependencies patch =0.12.3 -> =0.12.5
pnp (source) workspace.dependencies patch 0.12.1 -> 0.12.5
proc-macro2 workspace.dependencies patch 1.0.92 -> 1.0.103
quote workspace.dependencies patch 1.0.38 -> 1.0.42
regex-syntax (source) workspace.dependencies patch 0.8.5 -> 0.8.8
regress workspace.dependencies patch 0.10.4 -> 0.10.5
rustc-hash workspace.dependencies patch 2.1.0 -> 2.1.1
serde (source) workspace.dependencies patch 1.0.225 -> 1.0.228
sftrace-setup workspace.dependencies patch 0.1.0 -> 0.1.2
sha2 workspace.dependencies patch 0.10.8 -> 0.10.9
smol_str workspace.dependencies patch 0.3.0 -> 0.3.4
stacker workspace.dependencies patch 0.1.17 -> 0.1.22
sugar_path workspace.dependencies patch 1.2.0 -> 1.2.1
syn workspace.dependencies patch 2.0.95 -> 2.0.111
tracing (source) workspace.dependencies patch 0.1.41 -> 0.1.44
tracing-subscriber (source) workspace.dependencies patch 0.3.19 -> 0.3.22
tracy-client workspace.dependencies patch =0.18.2 -> =0.18.3
trybuild workspace.dependencies patch 1.0.101 -> 1.0.114
unicode-width workspace.dependencies patch 0.2.0 -> 0.2.2
url workspace.dependencies patch 2.5.4 -> 2.5.7
winnow workspace.dependencies patch 0.7.12 -> 0.7.14
xxhash-rust workspace.dependencies patch 0.8.14 -> 0.8.15

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

BurntSushi/aho-corasick (aho-corasick)

v1.1.4

Compare Source

dtolnay/async-trait (async-trait)

v0.1.89

Compare Source

camino-rs/camino (camino)

v1.2.2

Compare Source

Added

On Rust 1.91 and above:

  • Utf8PathBuf::add_extension
  • Utf8Path::file_prefix
  • Utf8Path::with_added_extension
  • Utf8PathBuf::new is a const fn.
rust-lang/cfg-if (cfg-if)

v1.0.4

Compare Source

  • Support cfg(true) and cfg(false) (#​99)
  • Set and test a MSRV of 1.32
  • Have a single top-level rule

v1.0.3

Compare Source

  • Revert "Remove @__identity rule."

v1.0.2

Compare Source

  • Remove @__identity rule.
clap-rs/clap (clap)

v4.5.53

Compare Source

Features
  • Add default_values_if, default_values_ifs

v4.5.52

Compare Source

Fixes
  • Don't panic when args_conflicts_with_subcommands conflicts with an ArgGroup

v4.5.51

Compare Source

Fixes
  • (help) Correctly calculate padding for short flags that take a value
  • (help) Don't panic on short flags using ArgAction::Count

v4.5.50

Compare Source

Features
  • Accept Cow where String and &str are accepted

v4.5.49

Compare Source

Fixes
  • (help) Correctly wrap when ANSI escape codes are present

v4.5.48

Compare Source

Documentation
  • Add a new CLI Concepts document as another way of framing clap
  • Expand the typed_derive cookbook entry

v4.5.47

Compare Source

Features
  • Added impl FromArgMatches for ()
  • Added impl Args for ()
  • Added impl Subcommand for ()
  • Added impl FromArgMatches for Infallible
  • Added impl Subcommand for Infallible
Fixes
  • (derive) Update runtime error text to match clap

v4.5.46

Compare Source

Features
  • Expose StyledStr::push_str

v4.5.45

Compare Source

Fixes
  • (unstable-v5) ValueEnum variants now use the full doc comment, not summary, for PossibleValue::help

v4.5.44

Compare Source

Features
  • Add Command::mut_subcommands

v4.5.43

Compare Source

Fixes
  • (help) In long help, list Possible Values before defaults, rather than after, for a more consistent look

v4.5.42

Compare Source

Fixes
  • Include subcommand visible long aliases in --help
athre0z/color-backtrace (color-backtrace)

v0.7.2

  • Fix dependency detection when running on Windows

v0.7.1

Compare Source

Added
  • Support for NO_COLOR and FORCE_COLOR environment variables for controlling
    color output
  • New public function default_color_choice() to get color choice based on
    environment variables and terminal detection
Changed
  • default_output_stream() now respects NO_COLOR and FORCE_COLOR environment
    variables
dtolnay/dyn-clone (dyn-clone)

v1.0.20

Compare Source

v1.0.19

Compare Source

  • Documentation improvements

v1.0.18

Compare Source

  • Documentation improvements
rust-lang/glob (glob)

v0.3.3

Compare Source

  • Optimize memory allocations (#​147)
  • Bump the MSRV to 1.63 (#​172)
  • Fix spelling in pattern documentation (#​164)
  • Fix version numbers and some formatting (#​157)
  • Style fixes (#​137)
dtolnay/indoc (indoc)

v2.0.7

Compare Source

  • Support C-string literals indoc! {c"..."}, indoc! {cr"..."} (#​67)

v2.0.6

Compare Source

  • Documentation improvements
dtolnay/itoa (itoa)

v1.0.16

Compare Source

  • Synchronize algorithm improvements from libcore (#​65)

v1.0.15

Compare Source

  • Documentation improvements
BurntSushi/memchr (memchr)

v2.7.6

Compare Source

faern/oneshot (oneshot)

v0.1.11

Compare Source

Fixed
  • Handle the UNPARKING state correctly in Receiver::drop(). Fixes a panic that could
    occur if a Receiver had been first polled as a future and then was being dropped
    in parallel with the Sender sending a message.

v0.1.10

Compare Source

Added
  • Add is_closed and has_message to the Receiver. Allows polling for the channel
    state without modifying the channel or pulling the message from it.
  • Make the cargo features show up on docs.rs for better discoverability.

v0.1.9

Compare Source

Added
  • Implement Sync for Sender. 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 Sync bound on the content.
Amanieu/parking_lot (parking_lot)

v0.12.5

Compare Source

  • Bumped MSRV to 1.71
  • Fixed Miri when the hardware-lock-elision feature is enabled (#​491)
  • Added missing into_arc(_fair) methods (#​472)
  • Fixed RawRwLock::bump_*() not releasing lock when there are multiple readers (#​471)

v0.12.4

Compare Source

  • Fix parked upgraders potentially not being woken up after a write lock
  • Fix clearing PARKED_WRITER_BIT after a timeout
dtolnay/proc-macro2 (proc-macro2)

v1.0.103

Compare Source

  • Add semver-exempt Literal methods str_value, cstr_value, byte_str_value (#​525)

v1.0.102

Compare Source

  • Fix interaction of Display impls for TokenStream and Ident with formatting specifiers for padding, alignment, width (#​523, #​524)

v1.0.101

Compare Source

  • Optimize Span location accessors (#​519)

v1.0.100

Compare Source

  • Stabilize Span methods on Rust 1.88+: start, end, line, column, file, local_file (#​517, #​518)

v1.0.99

Compare Source

  • Prevent Span's unstable API becoming unavailable from a future new compiler lint (#​515)

v1.0.98

Compare Source

v1.0.97

Compare Source

v1.0.96

Compare Source

  • Simplify how rustdoc flags are decided during docs.rs builds (#​511)

v1.0.95

Compare Source

  • Update semver-exempt API under RUSTFLAGS=--cfg=procmacro2_semver_exempt to that of nightly-2025-04-16 (#​497)

v1.0.94

Compare Source

  • Documentation improvements

v1.0.93

Compare Source

dtolnay/quote (quote)

v1.0.42

Compare Source

v1.0.41

Compare Source

  • Improve compile error when repetition contains no interpolated value that is an iterator (#​302)

v1.0.40

Compare Source

v1.0.39

Compare Source

  • Documentation improvements
rust-lang/regex (regex-syntax)

v0.8.8

Compare Source

v0.8.7

Compare Source

v0.8.6

Compare Source

ridiculousfish/regress (regress)

v0.10.5

Compare Source

What's Changed

  • impl Modifier by @​asukaminato0721 in #​133
  • Update hashbrown requirement from 0.15.0 to 0.16.0
  • Fixes a bug where a branch that could never match would incorrectly number capture groups #​131
  • Fixes a bug where certain non-greedy loops over empty capture groups might loop infinitely #​131
  • Various performance optimizations

Full Changelog: ridiculousfish/regress@v0.10.4...v0.10.5

RustCrypto/hashes (sha2)

v0.10.9

Compare Source

rust-analyzer/smol_str (smol_str)

v0.3.4

Compare Source

  • Added rust-version field to Cargo.toml

v0.3.3

Compare Source

  • Optimise StrExt::to_ascii_lowercase_smolstr, StrExt::to_ascii_uppercase_smolstr
    ~2x speedup inline, ~4-22x for heap.
  • Optimise StrExt::to_lowercase_smolstr, StrExt::to_uppercase_smolstr ~2x speedup inline, ~5-50x for heap.
  • Optimise StrExt::replace_smolstr, StrExt::replacen_smolstr for single ascii replace,
    ~3x speedup inline & heap.
hyf0/sugar_path (sugar_path)

v1.2.1

Other
  • reduce memory allocation (#​26)
  • add deep paths fixtures (#​25)
  • add missing tests and benchmarks for functions used in rolldown (#​24)
  • upgrade all infra (#​21)
dtolnay/syn (syn)

v2.0.111

Compare Source

  • Allow first argument of braced!, bracketed!, parenthesized! to be an otherwise unused variable (#​1946)

v2.0.110

Compare Source

  • Tweaks to improve build speed (#​1939, thanks @​dishmaker)
  • Make syn::ext::IdentExt::unraw available without "parsing" feature (#​1940)
  • Support parsing syn::Meta followed by => (#​1944)

v2.0.109

Compare Source

v2.0.108

Compare Source

  • Parse unrecognized or invalid literals as Lit::Verbatim (#​1925)

v2.0.107

Compare Source

  • Improve panic message when constructing a LitInt, LitFloat, or Lit from invalid syntax (#​1917)
  • Improve panic message on Punctuated index out of bounds (#​1922)

v2.0.106

Compare Source

v2.0.105

Compare Source

v2.0.104

Compare Source

  • Disallow attributes on range expression (#​1872)

v2.0.103

Compare Source

  • Insert parentheses around binary operation with attribute (#​1871)

v2.0.102

Compare Source

  • Fix printing of nested Expr::Index and Expr::Tuple in non-full mode (#​1869)

v2.0.101

Compare Source

  • Improve TypeGenerics::as_turbofish to return longer-lived return value (#​1861)

v2.0.100

Compare Source

  • Add Visit::visit_token_stream, VisitMut::visit_token_stream_mut, Fold::fold_token_stream for processing TokenStream during syntax tree traversals (#​1852)

v2.0.99

Compare Source

  • Documentation improvements

v2.0.98

Compare Source

  • Allow lifetimes in function pointer return values in ParseStream::call and Punctuated parsers (#​1847)

v2.0.97

Compare Source

  • Documentation improvements

v2.0.96

Compare Source

tokio-rs/tracing (tracing)

v0.1.44: tracing 0.1.44

Compare Source

Fixed
Changed
  • tracing-core: updated to 0.1.36 (#​3440)

v0.1.43: tracing 0.1.43

Compare Source

Important

The previous release 0.1.42 was yanked because #​3382 was a breaking change.
See further details in #​3424. This release contains all the changes from that
version, plus a revert for the problematic part of the breaking PR.

Fixed
  • Revert "make valueset macro sanitary" (#​3425)

v0.1.42: tracing 0.1.42

Compare Source

Important

The Span::record_all method has been removed from the documented API. It
was always unsuable via the documented API as it requried a ValueSet which
has no publically documented constructors. The method remains, but should not
be used outside of tracing macros.

Added
  • attributes: Support constant expressions as instrument field names (#​3158)
  • Add record_all! macro for recording multiple values in one call (#​3227)
  • core: Improve code generation at trace points significantly (#​3398)
Changed
  • tracing-core: updated to 0.1.35 (#​3414)
  • tracing-attributes: updated to 0.1.31 (#​3417)
Fixed
  • Fix "name / parent" variant of event! (#​2983)
  • Remove 'r#' prefix from raw identifiers in field names (#​3130)
  • Fix perf regression when release_max_level_* not set (#​3373)
  • Use imported instead of fully qualified path (#​3374)
  • Make valueset macro sanitary (#​3382)
Documented
  • core: Add missing dyn keyword in Visit documentation code sample (#​3387)
nagisa/rust_tracy_client (tracy-client)

v0.18.3

Compare Source

dtolnay/trybuild (trybuild)

v1.0.114

Compare Source

  • Normalize indentation of rustc suggestion lines (#​319)

v1.0.113

Compare Source

  • Update target-triple dependency to v1

v1.0.112

Compare Source

  • Normalize indentation of consteval notes (#​318)

v1.0.111

Compare Source

  • Normalize dependency crate's version in filepaths (#​316)

v1.0.110

Compare Source

  • Fix permissions_set_readonly_false warning (#​312)

v1.0.109

Compare Source

v1.0.108

Compare Source

  • More right-aligned line number fixes (#​309)

v1.0.107

Compare Source

v1.0.106

Compare Source

  • Update toml dependency to 0.9 (#​306)

v1.0.105

Compare Source

v1.0.104

Compare Source

  • Documentation improvements

v1.0.103

Compare Source

  • Fix unindentation of multiline note (#​301)

v1.0.102

Compare Source

  • Detect compilation failure more reliably for filepaths containing .. (#​300)
servo/rust-url (url)

v2.5.7

What'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.5

Compare Source

What's Changed

New Contributors

Full Changelog: servo/rust-url@v2.5.4...v2.5.5

winnow-rs/winnow (winnow)

v0.7.14

Compare Source

Features
  • Add combinator::expression parser for parsing expressions with precedence (a pratt parser)

v0.7.13

Compare Source

Features
  • Allow accumulating String into String
  • Allow accumulating Cow<str> into String

Configuration

📅 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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the dependencies Pull requests that update a dependency file label Nov 11, 2025
@renovate renovate bot requested a review from quininer as a code owner November 11, 2025 20:38
@renovate renovate bot added the dependencies Pull requests that update a dependency file label Nov 11, 2025
@netlify
Copy link

netlify bot commented Nov 11, 2025

Deploy Preview for rspack canceled.

Name Link
🔨 Latest commit 6c6ce2b
🔍 Latest deploy log https://app.netlify.com/projects/rspack/deploys/6947cb9aa286460008343f30

@renovate renovate bot force-pushed the renovate/patch-crates branch 3 times, most recently from cfce8f4 to 08473ec Compare November 13, 2025 04:25
@github-actions
Copy link
Contributor

github-actions bot commented Nov 13, 2025

📦 Binary Size-limit

Comparing 6c6ce2b to chore(deps): update dependency pretty-format to v30 (#12514) by renovate[bot]

🎉 Size decreased by 41.75KB from 48.27MB to 48.23MB (⬇️0.08%)

@codspeed-hq
Copy link

codspeed-hq bot commented Nov 13, 2025

CodSpeed Performance Report

Merging #12152 will not alter performance

Comparing renovate/patch-crates (6c6ce2b) with main (75cbc84)

Summary

✅ 17 untouched

@renovate renovate bot force-pushed the renovate/patch-crates branch 7 times, most recently from 9bf8604 to 2eb7731 Compare November 19, 2025 21:06
@renovate renovate bot force-pushed the renovate/patch-crates branch 5 times, most recently from ed9fdcb to 99c5bc1 Compare November 28, 2025 12:26
@github-actions
Copy link
Contributor

github-actions bot commented Nov 28, 2025

Rsdoctor Bundle Diff Analysis

Found 5 projects in monorepo, 0 projects with changes.

📊 Quick Summary
Project Total Size Change
react-10k 5.7 MB 0
react-1k 823.4 KB 0
react-5k 2.7 MB 0
rome 984.3 KB 0
ui-components 2.1 MB 0

Generated by Rsdoctor GitHub Action

@renovate renovate bot force-pushed the renovate/patch-crates branch from 99c5bc1 to b9deedb Compare December 2, 2025 05:35
@renovate renovate bot force-pushed the renovate/patch-crates branch 6 times, most recently from aa31bb6 to bdce1d5 Compare December 16, 2025 23:39
@renovate renovate bot force-pushed the renovate/patch-crates branch from bdce1d5 to 31e9555 Compare December 18, 2025 14:40
@renovate renovate bot force-pushed the renovate/patch-crates branch from 31e9555 to c735d8c Compare December 21, 2025 02:32
@renovate
Copy link
Contributor Author

renovate bot commented Dec 21, 2025

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

@chenjiahan chenjiahan merged commit d711315 into main Dec 22, 2025
52 checks passed
@chenjiahan chenjiahan deleted the renovate/patch-crates branch December 22, 2025 02:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant