From 9a7838694ca911a73d47cd688adf4ed25a1cf40d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 27 Jun 2026 02:26:49 +0000 Subject: [PATCH] chore(deps): update rust crate rspack_sources to 0.101.0 --- Cargo.lock | 28 +++++++++++++++++++++------- Cargo.toml | 2 +- 2 files changed, 22 insertions(+), 8 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 8bf177b..d899254 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -274,7 +274,7 @@ dependencies = [ "rspack_core", "rspack_error", "rspack_hook", - "rspack_sources", + "rspack_sources 0.101.1", ] [[package]] @@ -2090,9 +2090,9 @@ dependencies = [ [[package]] name = "memchr" -version = "2.8.1" +version = "2.8.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6b947ae49db0d222b1dbc6b113ce7248a3fc3a6ca21b696717bfc000ba4484d8" +checksum = "88904434abc2901f197fe8cc55f0445e7ded921dba5911dad2e2b39b48e663c4" [[package]] name = "memfd" @@ -3230,7 +3230,7 @@ dependencies = [ "rkyv 0.8.16", "rspack_cacheable_macros", "rspack_resolver", - "rspack_sources", + "rspack_sources 0.4.23", "rustc-hash", "serde_json", "smol_str", @@ -3313,7 +3313,7 @@ dependencies = [ "rspack_paths", "rspack_regex", "rspack_resolver", - "rspack_sources", + "rspack_sources 0.4.23", "rspack_storage", "rspack_tasks", "rspack_util", @@ -3435,7 +3435,7 @@ dependencies = [ "anyhow", "indoc", "rspack_error", - "rspack_sources", + "rspack_sources 0.4.23", "rspack_util", "rspack_workspace", "rustc-hash", @@ -3518,7 +3518,7 @@ dependencies = [ "rspack_error", "rspack_fs", "rspack_paths", - "rspack_sources", + "rspack_sources 0.4.23", "rspack_util", "rustc-hash", "serde_json", @@ -4685,6 +4685,20 @@ dependencies = [ "static_assertions", ] +[[package]] +name = "rspack_sources" +version = "0.101.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e54320b0b5a35911376714c25ebdc5b82504b34601cab124ce52c9054f1095ed" +dependencies = [ + "memchr", + "rustc-hash", + "serde", + "simd-json", + "simd-utf16-len", + "static_assertions", +] + [[package]] name = "rspack_storage" version = "0.100.5" diff --git a/Cargo.toml b/Cargo.toml index b10d5ce..dd64113 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,7 +13,7 @@ rspack_error = { version = "=0.100.5" } rspack_hook = { version = "=0.100.5" } async-trait = { version = "0.1" } -rspack_sources = { version = "0.4.21" } +rspack_sources = { version = "0.101.0" } rspack_binding_build = { version = "=0.100.5" } rspack_binding_builder = { version = "=0.100.5" }