Skip to content

Commit e347c5b

Browse files
authored
chore(deps): Update lru crate from 0.10.1 to 0.16.1 (#11145)
**Description:** Update `lru` crate from 0.10.1 to 0.16.1. This helps Rspack remove hashbrown 0.13.2 dependency and reduce the binary size. <img width="2102" height="602" alt="image" src="https://github.com/user-attachments/assets/5c84f774-a409-4222-9745-1e271adc53bb" />
1 parent 4d0ca9e commit e347c5b

File tree

3 files changed

+11
-6
lines changed

3 files changed

+11
-6
lines changed

.changeset/unlucky-spies-sin.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
swc_ecma_loader: major
3+
---
4+
5+
chore(deps): update lru crate from 0.10.1 to 0.16.1

Cargo.lock

Lines changed: 3 additions & 3 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
@@ -27,10 +27,10 @@ resolver = "2"
2727
auto_impl = "1.2.0"
2828
base64 = "0.22.1"
2929
bitflags = "2.5.0"
30+
blake3 = "1.5.4"
3031
browserslist-rs = "0.19.0"
3132
bumpalo = "3.16.0"
3233
bytes-str = "0.2.5"
33-
blake3 = "1.5.4"
3434
cargo_metadata = "0.18.1"
3535
changesets = "0.2.2"
3636
chrono = "0.4.38"
@@ -58,7 +58,7 @@ resolver = "2"
5858
kstring = "2.0.0"
5959
lazy_static = "1.4.0"
6060
lexical = "6.1.0"
61-
lru = "0.10.0"
61+
lru = "0.16.1"
6262
memchr = "2.6.1"
6363
miette = "7.2.0"
6464
napi = { version = "3", default-features = false }
@@ -120,12 +120,12 @@ resolver = "2"
120120
url = "2.5.4"
121121
vergen = { version = "9.0.0", default-features = false }
122122
walkdir = "2.4.0"
123+
wasi-common = { version = "35", default-features = false }
123124
wasm-bindgen = "0.2.91"
124125
wasm-bindgen-futures = "0.4.41"
125126
wasmer = { version = "6.1.0-rc.2", default-features = false }
126127
wasmer-wasix = { version = "0.601.0-rc.2", default-features = false }
127128
wasmtime = { version = "35", default-features = false }
128-
wasi-common = { version = "35", default-features = false }
129129

130130
foldhash = "0.1"
131131
precomputed-map = "0.2"

0 commit comments

Comments
 (0)