chore(deps): update patch crates - #14509
Conversation
📦 Binary Size-limit
❌ Size increased by 536.00KB from 66.64MB to 67.17MB (⬆️0.79%) |
Merging this PR will not alter performance
Comparing Footnotes
|
eebd9f8 to
929efea
Compare
|
@codspeedbot Why is this bench case so flaky? How can I make it more stable |
Good question — and the short answer is that the Why
|
|
The size regression is mainly from
|
0176c85 to
9488bff
Compare
Rsdoctor Bundle Diff AnalysisFound 5 projects in monorepo, 0 projects with changes. 📊 Quick Summary
Generated by Rsdoctor GitHub Action |
8551a20 to
e29cafa
Compare
0ae816b to
f96a1ad
Compare
Deploying rspack with
|
| Latest commit: |
b677b51
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://ac809c3d.rspack-v2.pages.dev |
| Branch Preview URL: | https://renovate-patch-crates.rspack-v2.pages.dev |
d756a4e to
77970a5
Compare
cefd61a to
c7a219d
Compare
bc24904 to
3024fec
Compare
This PR contains the following updates:
1.1.4→1.1.51.0.102→1.0.1041.9.1→1.9.20.1.89→0.1.921.12.0→1.12.11.2.3→1.2.54.6.1→4.6.61.1.0→1.1.10.3.32→0.3.340.3.3→0.3.40.2.13→0.2.152.14.0→2.14.10.18.4→0.18.63.1.1→3.1.21.0.0-alpha.71→1.0.0-alpha.722.8.2→2.8.30.12.11→0.12.121.0.106→1.0.1071.0.45→1.0.472.1.2→2.1.31.0.2→1.0.31.0.228→1.0.2291.0.150→1.0.1511.5.0→1.7.00.1.24→0.1.252.0.117→2.0.1192.0.18→2.0.201.1.9→1.1.100.1.14→0.1.161.0.116→1.0.1202.1.2→2.1.436.0.13→36.0.1436.0.13→36.0.140.8.15→0.8.18Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
BurntSushi/aho-corasick (aho-corasick)
v1.1.5Compare Source
dtolnay/anyhow (anyhow)
v1.0.104Compare Source
syndev-dependency to version 3v1.0.103Compare Source
Error::downcast_mut(#451, #452)vorner/arc-swap (arc-swap)
v1.9.2dtolnay/async-trait (async-trait)
v0.1.92Compare Source
v0.1.91Compare Source
v0.1.90Compare Source
tokio-rs/bytes (bytes)
v1.12.1Compare Source
Fixed
Box::newpanics (#837)camino-rs/camino (camino)
v1.2.5Compare Source
Fixed
Removed unnecessary files from the package.
v1.2.4Compare Source
Added
Methods to convert between
Box<Utf8Path>andBox<Path>:From<Box<Utf8Path>> for Box<Path>(as of release, not documented due to rust-lang/rust#158466).Utf8Path::into_std_boxed_path(self: Box<Self>)Utf8Path::from_boxed_path(path: Box<Path>)TryFrom<Box<Path>> for Box<Utf8Path>Thanks nicopap for your first contribution!
clap-rs/clap (clap)
v4.6.6Compare Source
Features
Command::get_overridden_usagev4.6.5Compare Source
v4.6.4Compare Source
Internal
v4.6.3Compare Source
Fixes
"literal".function()as attribute valuesv4.6.2Compare Source
Fixes
aliaswhen there is only oneoxc-project/fast-glob (fast-glob)
v1.1.1Compare Source
Fixed
Other
rust-lang/futures-rs (futures)
v0.3.34Compare Source
synto 3. (#3028)v0.3.33Compare Source
ReadLine's soundness issue regarding to exception safety. (#3020)Sendimpl forIterPinRefandIter. (#3003)compat01as03implementation. (#3012)FuturesUnordered::IntoIter. (#3005)portable-atomic-allocfeature and use it inFuturesUnordered. (#3007)alloc::task::Wake. (#3010)spinto 0.12. (#3014)rust-lang/glob (glob)
v0.3.4Compare Source
fill_todo(#181)into_errormethod withimpl Into(#179)magiclen/html-escape (html-escape)
v0.2.15Compare Source
v0.2.14Compare Source
indexmap-rs/indexmap (indexmap)
v2.14.1Compare Source
Equivalentisn't needed (Q = K).expect) clippy lints.console-rs/indicatif (indicatif)
v0.18.6Compare Source
What's Changed
v0.18.5Compare Source
What's Changed
div_duration_f64by @ChrisDenton in #792ProgressDrawTarget.is_stderr()forMultiProgressby @kojiishi in #803oxc-project/json-strip-comments (json-strip-comments)
v3.1.2Compare Source
Other
BurntSushi/memchr (memchr)
v2.8.3Compare Source
yarnpkg/pnp-rs (pnp)
v0.12.12Compare Source
Other
dtolnay/proc-macro2 (proc-macro2)
v1.0.107Compare Source
dtolnay/quote (quote)
v1.0.47Compare Source
v1.0.46Compare Source
get_spaninquote_spanned(#329, thanks @Noratrieb)rust-lang/rustc-hash (rustc-hash)
v2.1.3Compare Source
feature = "nightly"buildboa-dev/ryu-js (ryu-js)
v1.0.3Compare Source
Breaking Changes
1.64.0to1.71.0.Bug Fixes
format64_to_fixedwhen rounding carries past all integer digits. (@Ansh-699)Internal Improvements
upstream/main. (@jedel1043)Cursorstore unsigned integer len and index. (@HalidOdat)serde-rs/serde (serde)
v1.0.229Compare Source
serde-rs/json (serde_json)
v1.0.151Compare Source
rust-lang/stacker (stacker)
v0.1.25Compare Source
dtolnay/syn (syn)
v2.0.119Compare Source
v2.0.118Compare Source
dtolnay/thiserror (thiserror)
v2.0.20Compare Source
v2.0.19Compare Source
Amanieu/thread_local-rs (thread_local)
v1.1.10Compare Source
Fixed
get_ororget_or_tryreentrantly initializes the sameThreadLocal(#97).size_hintimplementations (#89).nightlyfeature enabled (#96).Changed
ThreadLocal::getno longer allocates a thread ID or registers a thread-local destructor when no value exists for the current thread (#84).Manishearth/triomphe (triomphe)
v0.1.16Compare Source
v0.1.15Compare Source
dtolnay/trybuild (trybuild)
v1.0.120Compare Source
v1.0.119Compare Source
v1.0.118Compare Source
v1.0.117Compare Source
shepmaster/twox-hash (twox-hash)
v2.1.4Compare Source
Changed
v2.1.3Compare Source
Fixed
XxHash32orXxHash64in debug mode. Release mode is unaffected.
Changed
randdependency now allows 0.10in addtion to 0.9.
bytecodealliance/wasmtime (wasi-common)
v36.0.14Compare Source
36.0.14
Released 2026-08-20
Fixed
GHSA-vqjp-4c8c-hfgg
Configuration
📅 Schedule: (in timezone Asia/Shanghai)
🚦 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.