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
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.15
linked_hash_set workspace.dependencies patch 0.1.5 -> 0.1.6
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-subscriber (source) workspace.dependencies patch 0.3.19 -> 0.3.20
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.13
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/anyhow (anyhow)

v1.0.100

Compare Source

  • Teach clippy to lint formatting arguments in bail!, ensure!, anyhow! (#​426)

v1.0.99

Compare Source

  • Allow build-script cleanup failure with NFSv3 output directory to be non-fatal (#​420)

v1.0.98

Compare Source

v1.0.97

Compare Source

  • Documentation improvements

v1.0.96

Compare Source

  • Documentation improvements
dtolnay/async-trait (async-trait)

v0.1.89

Compare Source

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

Compare Source

  • Documentation improvements
alexheretic/linked-hash-set (linked_hash_set)

v0.1.6

Compare Source

  • Feature "serde": Replace serde crate with serde_core.
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

  • 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

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)
unicode-rs/unicode-width (unicode-width)

v0.2.2

Compare Source

v0.2.1

Compare Source

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.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 b08a384
🔍 Latest deploy log https://app.netlify.com/projects/rspack/deploys/692293b0df52200008abbd09

@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 b08a384 to feat: support SRI with experiments.css and CssExtractRspackPlugin (#12239) by harpsealjs

❌ Size increased by 41.50KB from 47.63MB to 47.67MB (⬆️0.09%)

@codspeed-hq
Copy link

codspeed-hq bot commented Nov 13, 2025

CodSpeed Performance Report

Merging #12152 will not alter performance

Comparing renovate/patch-crates (b08a384) with main (ca1a20f)

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 from 2eb7731 to b08a384 Compare November 23, 2025 04:55
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