Skip to content

chore(deps): update patch crates #10563

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

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.98
async-trait workspace.dependencies patch 0.1.84 -> 0.1.88
browserslist-rs workspace.dependencies patch 0.18.1 -> 0.18.2
camino workspace.dependencies patch 1.1.9 -> 1.1.10
dyn-clone dependencies patch 1.0.17 -> 1.0.19
fast-glob dependencies patch 0.4.4 -> 0.4.5
handlebars dependencies patch 6.3.0 -> 6.3.2
indicatif dependencies patch 0.17.9 -> 0.17.11
indoc workspace.dependencies patch 2.0.5 -> 2.0.6
itoa workspace.dependencies patch 1.0.14 -> 1.0.15
lightningcss workspace.dependencies patch 1.0.0-alpha.64 -> 1.0.0-alpha.66
oneshot dependencies patch 0.1.8 -> 0.1.11
pnp (source) dependencies patch 0.9.0 -> 0.9.4
pnp (source) workspace.dependencies patch 0.9.0 -> 0.9.4
proc-macro2 workspace.dependencies patch 1.0.92 -> 1.0.95
prost dependencies patch 0.13 -> 0.13.5
quote workspace.dependencies patch 1.0.38 -> 1.0.40
regress dependencies patch 0.10.1 -> 0.10.3
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.140
sha2 dependencies patch 0.10.8 -> 0.10.9
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.103
toml dependencies patch 0.8.19 -> 0.8.23
trybuild dev-dependencies patch 1.0.101 -> 1.0.105
unicode-width dependencies patch 0.2.0 -> 0.2.1
url dependencies patch 2.5.0 -> 2.5.4
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.98

Compare Source

v1.0.97

Compare Source

  • Documentation improvements

v1.0.96

Compare Source

  • Documentation improvements
browserslist/browserslist-rs (browserslist-rs)

v0.18.2

Compare Source

  • Splitted wasm into separated crate.
camino-rs/camino (camino)

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!
dtolnay/dyn-clone (dyn-clone)

v1.0.19

Compare Source

  • Documentation improvements

v1.0.18

Compare Source

  • Documentation improvements
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]
console-rs/indicatif (indicatif)

v0.17.11

Compare Source

What's Changed

v0.17.10

Compare Source

What's Changed

With some great performance improvements from @​jaheba.

dtolnay/indoc (indoc)

v2.0.6

Compare Source

  • Documentation improvements
dtolnay/itoa (itoa)

v1.0.15

Compare Source

  • Documentation improvements
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.
dtolnay/proc-macro2 (proc-macro2)

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
ridiculousfish/regress (regress)

v0.10.3

Compare Source

What's changed

  • Fix a panic for certain regular expressions when matching in UTF-16 or UCS-2 mode #​101
  • Fixed incorrect matches in UTF-16 or UCS-2 mode and improved test coverage

v0.10.2

Compare Source

What's Changed

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

toml-rs/toml (toml)

v0.8.23

Compare Source

v0.8.22

Compare Source

v0.8.21

Compare Source

v0.8.20

Compare Source

dtolnay/trybuild (trybuild)

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


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
Contributor Author

renovate bot commented Jun 3, 2025

⚠️ Artifact update problem

Renovate failed to update artifacts related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: Cargo.lock
Command failed: cargo update --config net.git-fetch-with-cli=true --manifest-path Cargo.toml --workspace
    Updating crates.io index
error: failed to select a version for `lightningcss`.
    ... required by package `rspack_browserslist v0.2.0 (/tmp/renovate/repos/github/web-infra-dev/rspack/crates/rspack_browserslist)`
    ... which satisfies path dependency `rspack_browserslist` (locked to 0.2.0) of package `rspack_node v0.2.0 (/tmp/renovate/repos/github/web-infra-dev/rspack/crates/node_binding)`
versions that meet the requirements `^1.0.0-alpha.66` are: 1.0.0-alpha.66

the package `rspack_browserslist` depends on `lightningcss`, with features: `grid` but `lightningcss` does not have these features.


failed to select a version for `lightningcss` which could resolve this conflict

File name: Cargo.lock
Command failed: cargo update --config net.git-fetch-with-cli=true --manifest-path crates/rspack_core/Cargo.toml --workspace
    Updating crates.io index
error: failed to select a version for `lightningcss`.
    ... required by package `rspack_browserslist v0.2.0 (/tmp/renovate/repos/github/web-infra-dev/rspack/crates/rspack_browserslist)`
    ... which satisfies path dependency `rspack_browserslist` (locked to 0.2.0) of package `rspack_node v0.2.0 (/tmp/renovate/repos/github/web-infra-dev/rspack/crates/node_binding)`
versions that meet the requirements `^1.0.0-alpha.66` are: 1.0.0-alpha.66

the package `rspack_browserslist` depends on `lightningcss`, with features: `grid` but `lightningcss` does not have these features.


failed to select a version for `lightningcss` which could resolve this conflict

File name: Cargo.lock
Command failed: cargo update --config net.git-fetch-with-cli=true --manifest-path crates/rspack_error/Cargo.toml --workspace
    Updating crates.io index
error: failed to select a version for `lightningcss`.
    ... required by package `rspack_browserslist v0.2.0 (/tmp/renovate/repos/github/web-infra-dev/rspack/crates/rspack_browserslist)`
    ... which satisfies path dependency `rspack_browserslist` (locked to 0.2.0) of package `rspack_node v0.2.0 (/tmp/renovate/repos/github/web-infra-dev/rspack/crates/node_binding)`
versions that meet the requirements `^1.0.0-alpha.66` are: 1.0.0-alpha.66

the package `rspack_browserslist` depends on `lightningcss`, with features: `grid` but `lightningcss` does not have these features.


failed to select a version for `lightningcss` which could resolve this conflict

File name: Cargo.lock
Command failed: cargo update --config net.git-fetch-with-cli=true --manifest-path crates/rspack_fs/Cargo.toml --workspace
    Updating crates.io index
error: failed to select a version for `lightningcss`.
    ... required by package `rspack_browserslist v0.2.0 (/tmp/renovate/repos/github/web-infra-dev/rspack/crates/rspack_browserslist)`
    ... which satisfies path dependency `rspack_browserslist` (locked to 0.2.0) of package `rspack_node v0.2.0 (/tmp/renovate/repos/github/web-infra-dev/rspack/crates/node_binding)`
versions that meet the requirements `^1.0.0-alpha.66` are: 1.0.0-alpha.66

the package `rspack_browserslist` depends on `lightningcss`, with features: `grid` but `lightningcss` does not have these features.


failed to select a version for `lightningcss` which could resolve this conflict

File name: Cargo.lock
Command failed: cargo update --config net.git-fetch-with-cli=true --manifest-path crates/rspack_javascript_compiler/Cargo.toml --workspace
    Updating crates.io index
error: failed to select a version for `lightningcss`.
    ... required by package `rspack_browserslist v0.2.0 (/tmp/renovate/repos/github/web-infra-dev/rspack/crates/rspack_browserslist)`
    ... which satisfies path dependency `rspack_browserslist` (locked to 0.2.0) of package `rspack_node v0.2.0 (/tmp/renovate/repos/github/web-infra-dev/rspack/crates/node_binding)`
versions that meet the requirements `^1.0.0-alpha.66` are: 1.0.0-alpha.66

the package `rspack_browserslist` depends on `lightningcss`, with features: `grid` but `lightningcss` does not have these features.


failed to select a version for `lightningcss` which could resolve this conflict

File name: Cargo.lock
Command failed: cargo update --config net.git-fetch-with-cli=true --manifest-path crates/rspack_macros_test/Cargo.toml --workspace
    Updating crates.io index
error: failed to select a version for `lightningcss`.
    ... required by package `rspack_browserslist v0.2.0 (/tmp/renovate/repos/github/web-infra-dev/rspack/crates/rspack_browserslist)`
    ... which satisfies path dependency `rspack_browserslist` (locked to 0.2.0) of package `rspack_node v0.2.0 (/tmp/renovate/repos/github/web-infra-dev/rspack/crates/node_binding)`
versions that meet the requirements `^1.0.0-alpha.66` are: 1.0.0-alpha.66

the package `rspack_browserslist` depends on `lightningcss`, with features: `grid` but `lightningcss` does not have these features.


failed to select a version for `lightningcss` which could resolve this conflict

File name: Cargo.lock
Command failed: cargo update --config net.git-fetch-with-cli=true --manifest-path crates/rspack_napi/Cargo.toml --workspace
    Updating crates.io index
error: failed to select a version for `lightningcss`.
    ... required by package `rspack_browserslist v0.2.0 (/tmp/renovate/repos/github/web-infra-dev/rspack/crates/rspack_browserslist)`
    ... which satisfies path dependency `rspack_browserslist` (locked to 0.2.0) of package `rspack_node v0.2.0 (/tmp/renovate/repos/github/web-infra-dev/rspack/crates/node_binding)`
versions that meet the requirements `^1.0.0-alpha.66` are: 1.0.0-alpha.66

the package `rspack_browserslist` depends on `lightningcss`, with features: `grid` but `lightningcss` does not have these features.


failed to select a version for `lightningcss` which could resolve this conflict

File name: Cargo.lock
Command failed: cargo update --config net.git-fetch-with-cli=true --manifest-path crates/rspack_plugin_javascript/Cargo.toml --workspace
    Updating crates.io index
error: failed to select a version for `lightningcss`.
    ... required by package `rspack_browserslist v0.2.0 (/tmp/renovate/repos/github/web-infra-dev/rspack/crates/rspack_browserslist)`
    ... which satisfies path dependency `rspack_browserslist` (locked to 0.2.0) of package `rspack_node v0.2.0 (/tmp/renovate/repos/github/web-infra-dev/rspack/crates/node_binding)`
versions that meet the requirements `^1.0.0-alpha.66` are: 1.0.0-alpha.66

the package `rspack_browserslist` depends on `lightningcss`, with features: `grid` but `lightningcss` does not have these features.


failed to select a version for `lightningcss` which could resolve this conflict

File name: Cargo.lock
Command failed: cargo update --config net.git-fetch-with-cli=true --manifest-path crates/rspack_plugin_progress/Cargo.toml --workspace
    Updating crates.io index
error: failed to select a version for `lightningcss`.
    ... required by package `rspack_browserslist v0.2.0 (/tmp/renovate/repos/github/web-infra-dev/rspack/crates/rspack_browserslist)`
    ... which satisfies path dependency `rspack_browserslist` (locked to 0.2.0) of package `rspack_node v0.2.0 (/tmp/renovate/repos/github/web-infra-dev/rspack/crates/node_binding)`
versions that meet the requirements `^1.0.0-alpha.66` are: 1.0.0-alpha.66

the package `rspack_browserslist` depends on `lightningcss`, with features: `grid` but `lightningcss` does not have these features.


failed to select a version for `lightningcss` which could resolve this conflict

File name: Cargo.lock
Command failed: cargo update --config net.git-fetch-with-cli=true --manifest-path crates/rspack_plugin_schemes/Cargo.toml --workspace
    Updating crates.io index
error: failed to select a version for `lightningcss`.
    ... required by package `rspack_browserslist v0.2.0 (/tmp/renovate/repos/github/web-infra-dev/rspack/crates/rspack_browserslist)`
    ... which satisfies path dependency `rspack_browserslist` (locked to 0.2.0) of package `rspack_node v0.2.0 (/tmp/renovate/repos/github/web-infra-dev/rspack/crates/node_binding)`
versions that meet the requirements `^1.0.0-alpha.66` are: 1.0.0-alpha.66

the package `rspack_browserslist` depends on `lightningcss`, with features: `grid` but `lightningcss` does not have these features.


failed to select a version for `lightningcss` which could resolve this conflict

File name: Cargo.lock
Command failed: cargo update --config net.git-fetch-with-cli=true --manifest-path crates/rspack_regex/Cargo.toml --workspace
    Updating crates.io index
error: failed to select a version for `lightningcss`.
    ... required by package `rspack_browserslist v0.2.0 (/tmp/renovate/repos/github/web-infra-dev/rspack/crates/rspack_browserslist)`
    ... which satisfies path dependency `rspack_browserslist` (locked to 0.2.0) of package `rspack_node v0.2.0 (/tmp/renovate/repos/github/web-infra-dev/rspack/crates/node_binding)`
versions that meet the requirements `^1.0.0-alpha.66` are: 1.0.0-alpha.66

the package `rspack_browserslist` depends on `lightningcss`, with features: `grid` but `lightningcss` does not have these features.


failed to select a version for `lightningcss` which could resolve this conflict

File name: Cargo.lock
Command failed: cargo update --config net.git-fetch-with-cli=true --manifest-path crates/rspack_tracing_perfetto/Cargo.toml --workspace
    Updating crates.io index
error: failed to select a version for `lightningcss`.
    ... required by package `rspack_browserslist v0.2.0 (/tmp/renovate/repos/github/web-infra-dev/rspack/crates/rspack_browserslist)`
    ... which satisfies path dependency `rspack_browserslist` (locked to 0.2.0) of package `rspack_node v0.2.0 (/tmp/renovate/repos/github/web-infra-dev/rspack/crates/node_binding)`
versions that meet the requirements `^1.0.0-alpha.66` are: 1.0.0-alpha.66

the package `rspack_browserslist` depends on `lightningcss`, with features: `grid` but `lightningcss` does not have these features.


failed to select a version for `lightningcss` which could resolve this conflict

File name: Cargo.lock
Command failed: cargo update --config net.git-fetch-with-cli=true --manifest-path crates/swc_plugin_import/Cargo.toml --workspace
    Updating crates.io index
error: failed to select a version for `lightningcss`.
    ... required by package `rspack_browserslist v0.2.0 (/tmp/renovate/repos/github/web-infra-dev/rspack/crates/rspack_browserslist)`
    ... which satisfies path dependency `rspack_browserslist` (locked to 0.2.0) of package `rspack_node v0.2.0 (/tmp/renovate/repos/github/web-infra-dev/rspack/crates/node_binding)`
versions that meet the requirements `^1.0.0-alpha.66` are: 1.0.0-alpha.66

the package `rspack_browserslist` depends on `lightningcss`, with features: `grid` but `lightningcss` does not have these features.


failed to select a version for `lightningcss` which could resolve this conflict

File name: Cargo.lock
Command failed: cargo update --config net.git-fetch-with-cli=true --manifest-path tasks/release-check/Cargo.toml --workspace
    Updating crates.io index
error: failed to select a version for `lightningcss`.
    ... required by package `rspack_browserslist v0.2.0 (/tmp/renovate/repos/github/web-infra-dev/rspack/crates/rspack_browserslist)`
    ... which satisfies path dependency `rspack_browserslist` (locked to 0.2.0) of package `rspack_node v0.2.0 (/tmp/renovate/repos/github/web-infra-dev/rspack/crates/node_binding)`
versions that meet the requirements `^1.0.0-alpha.66` are: 1.0.0-alpha.66

the package `rspack_browserslist` depends on `lightningcss`, with features: `grid` but `lightningcss` does not have these features.


failed to select a version for `lightningcss` which could resolve this conflict

Copy link

netlify bot commented Jun 3, 2025

Deploy Preview for rspack canceled.

Name Link
🔨 Latest commit 469d51b
🔍 Latest deploy log https://app.netlify.com/projects/rspack/deploys/684bc7f8f1a37700083e5332

@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 from 49764a2 to e32ae4c Compare June 13, 2025 03:01
@renovate renovate bot force-pushed the renovate/patch-crates branch from e32ae4c to 469d51b Compare June 13, 2025 06:40
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