Skip to content

Commit 88bd31b

Browse files
chore(deps): update crates (#8657)
* chore(deps): update crates * chore: snap --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Hana <[email protected]>
1 parent 9ba26cd commit 88bd31b

File tree

18 files changed

+24
-33
lines changed

18 files changed

+24
-33
lines changed

β€ŽCargo.lockβ€Ž

Lines changed: 6 additions & 15 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

β€ŽCargo.tomlβ€Ž

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ derive_more = { version = "1.0.0" }
4141
either = { version = "1.13.0" }
4242
futures = { version = "0.3.31" }
4343
glob = { version = "0.3.1" }
44-
hashlink = { version = "0.9.1" }
44+
hashlink = { version = "0.10.0" }
4545
heck = { version = "0.5.0" }
4646
hex = { version = "0.4.3" }
4747
indexmap = { version = "2.7.0" }
@@ -68,7 +68,7 @@ rspack_sources = { version = "0.4.1" }
6868
rustc-hash = { version = "2.1.0" }
6969
serde = { version = "1.0.216" }
7070
serde_json = { version = "1.0.133" }
71-
simd-json = { version = "0.14.0-rc.2" }
71+
simd-json = { version = "0.14.3" }
7272
smol_str = { version = "0.3.0" }
7373
stacker = { version = "0.1.17" }
7474
sugar_path = { version = "1.2.0", features = ["cached_current_dir"] }
@@ -79,7 +79,7 @@ tracing-subscriber = { version = "0.3.19" }
7979
unicase = { version = "2.8.0" }
8080
url = { version = "2.5.4" }
8181
urlencoding = { version = "2.1.3" }
82-
ustr = { package = "ustr-fxhash", version = "1.0.0" }
82+
ustr = { package = "ustr-fxhash", version = "1.0.1" }
8383
xxhash-rust = { version = "0.8.12" }
8484

8585
# Pinned

β€Žpackages/rspack-test-tools/tests/__snapshots__/StatsAPI.test.js.snapβ€Ž

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -318,7 +318,7 @@ Object {
318318
main.js,
319319
],
320320
filteredModules: undefined,
321-
hash: 6ce6ff107a4c39c2,
321+
hash: b7792c75de914bcf,
322322
id: 909,
323323
idHints: Array [],
324324
initial: true,
@@ -685,7 +685,7 @@ Object {
685685
errorsCount: 0,
686686
filteredAssets: undefined,
687687
filteredModules: undefined,
688-
hash: 827e507540787a7e,
688+
hash: f0ec7fcc2231784a,
689689
modules: Array [
690690
Object {
691691
assets: Array [],

β€Žpackages/rspack-test-tools/tests/__snapshots__/StatsOutput.test.js.snapβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ runtime modules 1.61 KiB
5959
[no exports]
6060
[used exports unknown]
6161
62-
Rspack compiled successfully (9e7a7088bc7f5f5b)
62+
Rspack compiled successfully (6f7f39d3a0485d93)
6363
`;
6464

6565
exports[`statsOutput statsOutput/builtin-swc-loader-parse-error should print correct stats for 1`] = `

β€Žpackages/rspack-test-tools/tests/statsAPICases/chunks.jsβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ module.exports = {
144144
main.js,
145145
],
146146
filteredModules: undefined,
147-
hash: 582278c180fdbd81,
147+
hash: cebfd5f70fd80ce4,
148148
id: 909,
149149
idHints: Array [],
150150
initial: true,

β€Žtests/plugin-test/css-extract/cases/chunkFilename-fullhash/expected/main.jsβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ __webpack_require__.e = function (chunkId) {
7777
// webpack/runtime/get_full_hash
7878
(() => {
7979
__webpack_require__.h = function () {
80-
return "c4e695e4a317b7bf38b8";
80+
return "d026823092eb39bd50f7";
8181
};
8282

8383
})();

0 commit comments

Comments
Β (0)