mirror of
https://github.com/swc-project/swc.git
synced 2024-11-24 10:12:42 +03:00
fix(es/loader): Update lru
(#3092)
This commit is contained in:
parent
726fc6968d
commit
15cbe4fcaa
4
Cargo.lock
generated
4
Cargo.lock
generated
@ -1129,9 +1129,9 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "lru"
|
name = "lru"
|
||||||
version = "0.6.6"
|
version = "0.7.1"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "7ea2d928b485416e8908cff2d97d621db22b27f7b3b6729e438bcf42c671ba91"
|
checksum = "469898e909a1774d844793b347135a0cd344ca2f69d082013ecb8061a2229a3a"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"hashbrown",
|
"hashbrown",
|
||||||
]
|
]
|
||||||
|
@ -44,7 +44,7 @@ base64 = "0.13.0"
|
|||||||
dashmap = "4.0.2"
|
dashmap = "4.0.2"
|
||||||
either = "1"
|
either = "1"
|
||||||
indexmap = {version = "1", features = ["serde"]}
|
indexmap = {version = "1", features = ["serde"]}
|
||||||
lru = "0.6.1"
|
lru = "0.7.1"
|
||||||
once_cell = "1"
|
once_cell = "1"
|
||||||
pathdiff = "0.2.0"
|
pathdiff = "0.2.0"
|
||||||
regex = "1"
|
regex = "1"
|
||||||
|
@ -24,7 +24,7 @@ tsc = ["dashmap", "once_cell", "regex"]
|
|||||||
ahash = "0.7.4"
|
ahash = "0.7.4"
|
||||||
anyhow = "1.0.41"
|
anyhow = "1.0.41"
|
||||||
dashmap = {version = "4.0.2", optional = true}
|
dashmap = {version = "4.0.2", optional = true}
|
||||||
lru = {version = "0.6.5", optional = true}
|
lru = { version = "0.7.1", optional = true }
|
||||||
once_cell = {version = "1.8.0", optional = true}
|
once_cell = {version = "1.8.0", optional = true}
|
||||||
path-clean = {version = "=0.1.0", optional = true}
|
path-clean = {version = "=0.1.0", optional = true}
|
||||||
regex = {version = "1", optional = true}
|
regex = {version = "1", optional = true}
|
||||||
|
Loading…
Reference in New Issue
Block a user