Skip to content

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 3, 2025

This PR contains the following updates:

Package Type Update Change
anyhow workspace.dependencies patch 1.0.95 -> 1.0.99
async-trait workspace.dependencies patch 0.1.84 -> 0.1.89
bitflags workspace.dependencies patch 2.9.1 -> 2.9.3
bytes workspace.dependencies patch 1.10.0 -> 1.10.1
camino workspace.dependencies patch 1.1.9 -> 1.1.12
cfg-if workspace.dependencies patch 1.0.1 -> 1.0.3
clap workspace.dependencies patch 4.5.41 -> 4.5.46
dyn-clone workspace.dependencies patch 1.0.17 -> 1.0.20
fast-glob workspace.dependencies patch 0.4.4 -> 0.4.5
glob workspace.dependencies patch 0.3.2 -> 0.3.3
handlebars workspace.dependencies patch 6.3.0 -> 6.3.2
indoc workspace.dependencies patch 2.0.5 -> 2.0.6
itoa workspace.dependencies patch 1.0.14 -> 1.0.15
jsonc-parser workspace.dependencies patch 0.26.2 -> 0.26.3
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.4
pnp (source) workspace.dependencies patch 0.12.1 -> 0.12.2
proc-macro2 workspace.dependencies patch 1.0.92 -> 1.0.101
quote workspace.dependencies patch 1.0.38 -> 1.0.40
regex workspace.dependencies patch 1.11.1 -> 1.11.2
regex-syntax (source) workspace.dependencies patch 0.8.5 -> 0.8.6
rustc-hash workspace.dependencies patch 2.1.0 -> 2.1.1
serde (source) workspace.dependencies patch 1.0.217 -> 1.0.219
serde_json workspace.dependencies patch 1.0.134 -> 1.0.143
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.2
stacker workspace.dependencies patch 0.1.17 -> 0.1.21
syn workspace.dependencies patch 2.0.95 -> 2.0.106
trybuild workspace.dependencies patch 1.0.101 -> 1.0.110
unicode-width workspace.dependencies patch 0.2.0 -> 0.2.1
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

dtolnay/anyhow (anyhow)

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

bitflags/bitflags (bitflags)

v2.9.3

Compare Source

What's Changed

New Contributors

Full Changelog: bitflags/bitflags@2.9.2...2.9.3

v2.9.2

Compare Source

What's Changed

Full Changelog: bitflags/bitflags@2.9.1...2.9.2

camino-rs/camino (camino)

v1.1.12

Compare Source

Added
  • Utf8PathBuf::from_os_string and Utf8Path::from_os_str conversions.
  • TryFrom<OsString> for Utf8PathBuf and TryFrom<&OsStr> for &Utf8Path conversions.

Thanks to BenjaminBrienen for your first contribution!

v1.1.11

Compare Source

Added
  • Utf8PathBuf::leak on Rust 1.89 and above.

v1.1.10

Compare Source

Changed
  • Hand-write serde implementations, dropping the dependency on serde_derive. Thanks to Enselic for initiating the discussion and for your first contribution!
rust-lang/cfg-if (cfg-if)

v1.0.3

Compare Source

  • Revert "Remove @__identity rule."

v1.0.2

Compare Source

  • Remove @__identity rule.
clap-rs/clap (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
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)
sunng87/handlebars-rust (handlebars)

v6.3.2

Compare Source

  • [Fixed] Reimplementation of partial context [#​699]

v6.3.1

Compare Source

  • [Fixed] Regression of partial context [#​694]
dtolnay/indoc (indoc)

v2.0.6

Compare Source

  • Documentation improvements
dtolnay/itoa (itoa)

v1.0.15

Compare Source

  • Documentation improvements
dprint/jsonc-parser (jsonc-parser)

v0.26.3

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

Compare Source

  • Fix parked upgraders potentially not being woken up after a write lock
  • Fix clearing PARKED_WRITER_BIT after a timeout
yarnpkg/pnp-rs (pnp)

v0.12.2

Compare Source

Other
  • (deps) lock file maintenance rust crates (#​45)
  • add recived path into panic info (#​46)
  • (deps) update dependency rust to v1.89.0 (#​43)
dtolnay/proc-macro2 (proc-macro2)

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

Compare Source

v1.0.39

Compare Source

  • Documentation improvements
rust-lang/regex (regex)

v1.11.2

Compare Source

===================
This is a new patch release of regex with some minor fixes. A larger number
of typo or lint fix patches were merged. Also, we now finally recommend using
std::sync::LazyLock.

Improvements:

  • BUG #​1217:
    Switch recommendation from once_cell to std::sync::LazyLock.
  • BUG #​1225:
    Add DFA::set_prefilter to regex-automata.

Bug fixes:

  • BUG #​1165:
    Remove std dependency from perf-literal-multisubstring crate feature.
  • BUG #​1165:
    Clarify the meaning of (?R)$ in the documentation.
  • BUG #​1281:
    Remove fuzz/ and record/ directories from published crate on crates.io.
serde-rs/serde (serde)

v1.0.219

Compare Source

  • Prevent absolute_paths Clippy restriction being triggered inside macro-generated code (#​2906, thanks @​davidzeng0)

v1.0.218

Compare Source

  • Documentation improvements
serde-rs/json (serde_json)

v1.0.143

Compare Source

v1.0.142

Compare Source

v1.0.141

Compare Source

v1.0.140

Compare Source

  • Documentation improvements

v1.0.139

Compare Source

  • Documentation improvements

v1.0.138

Compare Source

  • Documentation improvements

v1.0.137

Compare Source

  • Turn on "float_roundtrip" and "unbounded_depth" features for serde_json in play.rust-lang.org (#​1231)

v1.0.136

Compare Source

  • Optimize serde_json::value::Serializer::serialize_map by using Map::with_capacity (#​1230, thanks @​goffrie)

v1.0.135

Compare Source

RustCrypto/hashes (sha2)

v0.10.9

Compare Source

rust-lang/stacker (stacker)

v0.1.21

Compare Source

v0.1.20

Compare Source

dtolnay/syn (syn)

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

dtolnay/trybuild (trybuild)

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.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 Jun 3, 2025
Copy link

netlify bot commented Jun 3, 2025

Deploy Preview for rspack canceled.

Name Link
🔨 Latest commit 24003d8
🔍 Latest deploy log https://app.netlify.com/projects/rspack/deploys/68ae3e3e3ea02700083be692

@renovate renovate bot force-pushed the renovate/patch-crates branch 9 times, most recently from 3a3c0a1 to 49764a2 Compare June 11, 2025 02:30
@renovate renovate bot force-pushed the renovate/patch-crates branch 5 times, most recently from c54bc12 to 0688bb6 Compare June 19, 2025 18:12
@renovate renovate bot force-pushed the renovate/patch-crates branch 4 times, most recently from 8a94622 to b1c23da Compare June 26, 2025 17:44
@renovate renovate bot force-pushed the renovate/patch-crates branch 5 times, most recently from 90201bd to fabb664 Compare July 4, 2025 07:43
@renovate renovate bot force-pushed the renovate/patch-crates branch from fabb664 to 082fc19 Compare July 8, 2025 03:20
@renovate renovate bot force-pushed the renovate/patch-crates branch 15 times, most recently from 6dd1d01 to 9341e10 Compare August 16, 2025 21:15
@renovate renovate bot force-pushed the renovate/patch-crates branch from 9341e10 to df6df16 Compare August 18, 2025 07:49
Copy link
Contributor

github-actions bot commented Aug 18, 2025

📦 Binary Size-limit

Comparing 24003d8 to chore: release 1.5.0 (#11485) by pshu

❌ Size increased by 63.63KB from 47.55MB to 47.61MB (⬆️0.13%)

Copy link

codspeed-hq bot commented Aug 18, 2025

CodSpeed Performance Report

Merging #10563 will not alter performance

Comparing renovate/patch-crates (24003d8) with main (50451c4)1

Summary

✅ 17 untouched benchmarks

Footnotes

  1. No successful run was found on main (864edbd) during the generation of this report, so 50451c4 was used instead as the comparison base. There might be some changes unrelated to this pull request in this report.

@renovate renovate bot force-pushed the renovate/patch-crates branch 9 times, most recently from 6e0694d to c489517 Compare August 25, 2025 11:25
@renovate renovate bot force-pushed the renovate/patch-crates branch from c489517 to 7dd6a92 Compare August 26, 2025 19:47
@renovate renovate bot force-pushed the renovate/patch-crates branch from 7dd6a92 to 24003d8 Compare August 26, 2025 23:07
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.

0 participants