build(cargo): Update deps (#7564)

This commit is contained in:
Donny/강동윤 2023-06-22 16:40:41 +09:00 committed by GitHub
parent f9c5265bde
commit d12dc70c91
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
51 changed files with 432 additions and 356 deletions

555
Cargo.lock generated

File diff suppressed because it is too large Load Diff

View File

@ -32,6 +32,7 @@ plugin = []
[dependencies]
anyhow = "1.0.66"
getrandom = { version = "0.2.10" }
serde = { version = "1", features = ["derive"] }
serde-wasm-bindgen = "0.4.5"
swc_core = { version = "0.78.15", features = [

View File

@ -1 +1 @@
wasm-pack build --debug --scope swc -t nodejs --features plugin $@
wasm-pack build --debug --scope swc -t nodejs --features plugin --features getrandom/js $@

View File

@ -40,13 +40,13 @@ swc_ecma_transforms = { optional = true, version = "0.220.15", path = "../swc_ec
swc_ecma_visit = { optional = true, version = "0.92.2", path = "../swc_ecma_visit" }
# Optional deps for the wasm binding macro
anyhow = { optional = true, version = "1.0.58" }
anyhow = { optional = true, version = "1.0.71" }
console_error_panic_hook = { optional = true, version = "0.1.7" }
js-sys = { optional = true, version = "0.3.59" }
once_cell = { optional = true, version = "1.13.0" }
once_cell = { optional = true, version = "1.18.0" }
serde = { optional = true, version = "1", features = ["derive"] }
serde-wasm-bindgen = { optional = true, version = "0.4.5" }
wasm-bindgen = { optional = true, version = "0.2.82", features = [
wasm-bindgen = { optional = true, version = "0.2.87", features = [
"enable-interning",
] }
wasm-bindgen-futures = { optional = true, version = "0.4.32" }
wasm-bindgen-futures = { optional = true, version = "0.4.37" }

View File

@ -12,16 +12,16 @@ bench = false
name = "dbg-swc"
[dependencies]
anyhow = "1.0.57"
anyhow = "1.0.71"
clap = { version = "3", features = ["derive"] }
dialoguer = "0.10.2"
flate2 = "1.0"
rayon = "1.5.2"
rayon = "1.7.0"
serde = "1"
serde_json = "1"
sha1 = "0.10.1"
tempfile = "3.4.0"
tracing = "0.1.34"
tracing = "0.1.37"
tracing-subscriber = { version = "0.3.11", features = ["fmt", "env-filter"] }
url = "2"

View File

@ -11,14 +11,14 @@ version = "0.4.3"
bench = false
[dependencies]
ahash = "0.7.4"
ahash = "0.8.3"
anyhow = "1"
browserslist-rs = "0.12.2"
dashmap = "5.1.0"
once_cell = "1.12.0"
once_cell = "1.18.0"
semver = { version = "1.0.4", features = ["serde"] }
serde = { version = "1", features = ["derive"] }
st-map = "0.2.0"
tracing = { version = "0.1.32" }
tracing = { version = "0.1.37" }
from_variant = { version = "0.1.6", path = "../from_variant" }

View File

@ -48,7 +48,7 @@ plugin_transform_host_native = [
]
[dependencies]
ahash = "0.7.4"
ahash = "0.8.3"
anyhow = "1"
base64 = "0.13.0"
dashmap = "5.1.0"
@ -56,15 +56,15 @@ either = "1"
indexmap = { version = "1.6.1", features = ["serde"] }
jsonc-parser = { version = "0.21.0", features = ["serde"] }
lru = "0.7.1"
once_cell = "1.10.0"
parking_lot = "0.12.0"
once_cell = "1.18.0"
parking_lot = "0.12.1"
pathdiff = "0.2.0"
regex = "1"
rustc-hash = "1.1.0"
serde = { version = "1", features = ["derive"] }
serde_json = "1"
sourcemap = "6.2"
tracing = "0.1.32"
tracing = "0.1.37"
url = "2.3.1"
swc_atoms = { version = "0.5.6", path = "../swc_atoms" }
@ -121,8 +121,8 @@ swc_visit = { version = "0.5.7", path = "../swc_visit" }
[dev-dependencies]
ansi_term = "0.12"
criterion = "0.3"
rayon = "1.5.1"
criterion = "0.5"
rayon = "1.7.0"
swc_ecma_ast = { version = "0.106.3", path = "../swc_ecma_ast", features = [
"serde-impl",
] }

View File

@ -24,19 +24,19 @@ concurrent = ["swc_common/concurrent", "dashmap", "rayon", "indexmap/rayon"]
default = []
[dependencies]
ahash = "0.7"
ahash = "0.8"
anyhow = "1"
crc = "2.1.0"
dashmap = { version = "5.1.0", optional = true }
indexmap = "1.6.1"
is-macro = "0.3.0"
once_cell = "1.10.0"
parking_lot = "0.12.0"
once_cell = "1.18.0"
parking_lot = "0.12.1"
petgraph = "0.6"
radix_fmt = "1"
rayon = { version = "1", optional = true }
relative-path = "1.2"
tracing = "0.1.32"
tracing = "0.1.37"
swc_atoms = { version = "0.5.6", path = "../swc_atoms" }
swc_common = { version = "0.31.13", path = "../swc_common" }

View File

@ -13,9 +13,9 @@ version = "0.3.15"
bench = false
[dependencies]
ahash = "0.7.6"
anyhow = "1.0.55"
ahash = "0.8.3"
anyhow = "1.0.71"
dashmap = "5.1.0"
once_cell = "1.10.0"
once_cell = "1.18.0"
regex = "1.5.4"
serde = "1.0.136"

View File

@ -37,8 +37,8 @@ __rkyv = []
rkyv-impl = ["__rkyv", "rkyv", "swc_atoms/rkyv-impl", "bytecheck"]
[dependencies]
ahash = "0.7.4"
anyhow = { version = "1.0.45", optional = true }
ahash = "0.8.3"
anyhow = { version = "1.0.71", optional = true }
arbitrary = { version = "1", optional = true, features = ["derive"] }
atty = { version = "0.2", optional = true }
# bytecheck version should be in sync with rkyv version. Do not bump individually.
@ -47,8 +47,8 @@ cfg-if = "1.0.0"
either = "1.5"
new_debug_unreachable = "1.0.4"
num-bigint = "0.4"
once_cell = "1.10.0"
parking_lot = { version = "0.12.0", optional = true }
once_cell = "1.18.0"
parking_lot = { version = "0.12.1", optional = true }
rkyv = { version = "=0.7.42", optional = true, features = [
"strict",
"validation",
@ -59,7 +59,7 @@ siphasher = "0.3.9"
sourcemap = { version = "6", optional = true }
string_cache = "0.8.7"
termcolor = { version = "1.0", optional = true }
tracing = "0.1.32"
tracing = "0.1.37"
unicode-width = "0.1.4"
url = "2.2.2"
@ -73,7 +73,7 @@ swc_visit = { version = "0.5.7", path = "../swc_visit" }
[dev-dependencies]
bitflags = "2.1.0"
criterion = "0.3"
criterion = "0.5"
rayon = "1"
serde_json = "1"

View File

@ -322,7 +322,7 @@ __visit = ["__ecma", "swc_ecma_visit"]
[dependencies]
# 3rd party dependencies
once_cell = { optional = true, version = "1.13.0" }
once_cell = { optional = true, version = "1.18.0" }
# swc_* dependencies
binding_macros = { optional = true, version = "0.52.19", path = "../binding_macros" }
@ -373,4 +373,4 @@ swc_plugin_runner = { optional = true, version = "0.97.4", path = "../swc_plugin
vergen = { version = "7.3.2", default-features = false, features = ["cargo"] }
[dev-dependencies]
anyhow = "1.0.66"
anyhow = "1.0.71"

View File

@ -13,7 +13,7 @@ version = "0.147.16"
bench = false
[dependencies]
auto_impl = "0.5.0"
auto_impl = "1.1.0"
bitflags = "2.1.0"
rustc-hash = "1.1.0"
serde = "1.0.127"

View File

@ -14,7 +14,7 @@ bench = false
[dependencies]
bitflags = "2.1.0"
once_cell = "1.10.0"
once_cell = "1.18.0"
serde = { version = "1.0.118", features = ["derive"] }
serde_json = "1.0.61"

View File

@ -13,9 +13,9 @@ version = "0.56.16"
bench = false
[dependencies]
auto_impl = "0.5.0"
parking_lot = "0.12.0"
rayon = "1.5.1"
auto_impl = "1.1.0"
parking_lot = "0.12.1"
rayon = "1.7.0"
serde = { version = "1.0.133", features = ["derive"] }
thiserror = "1.0.30"

View File

@ -22,7 +22,7 @@ swc_css_utils = { version = "0.134.13", path = "../swc_css_utils/" }
swc_css_visit = { version = "0.136.13", path = "../swc_css_visit" }
[dev-dependencies]
criterion = "0.3"
criterion = "0.5"
swc_css_codegen = { version = "0.147.16", path = "../swc_css_codegen" }
swc_css_parser = { version = "0.146.16", path = "../swc_css_parser" }

View File

@ -25,7 +25,7 @@ swc_common = { version = "0.31.13", path = "../swc_common" }
swc_css_ast = { version = "0.137.13", path = "../swc_css_ast" }
[dev-dependencies]
criterion = "0.3"
criterion = "0.5"
serde_json = "1.0.66"
swc_css_ast = { version = "0.137.13", path = "../swc_css_ast", features = [

View File

@ -13,7 +13,7 @@ version = "0.149.18"
bench = false
[dependencies]
once_cell = "1.10.0"
once_cell = "1.18.0"
serde = { version = "1.0.118", features = ["derive"] }
serde_json = "1.0.61"

View File

@ -13,7 +13,7 @@ version = "0.134.13"
bench = false
[dependencies]
once_cell = "1.10.0"
once_cell = "1.18.0"
serde = { version = "1.0.118", features = ["derive"] }
serde_json = "1.0.61"

View File

@ -19,11 +19,11 @@ bench = false
[dependencies]
memchr = "2.4.1"
num-bigint = { version = "0.4", features = ["serde"] }
once_cell = "1.10.0"
once_cell = "1.18.0"
rustc-hash = "1.1.0"
serde = "1.0.127"
sourcemap = "6.2"
tracing = "0.1.32"
tracing = "0.1.37"
swc_atoms = { version = "0.5.6", path = "../swc_atoms" }
swc_common = { version = "0.31.13", path = "../swc_common" }
@ -32,7 +32,7 @@ swc_ecma_codegen_macros = { version = "0.7.3", path = "../swc_ecma_codegen_macro
[dev-dependencies]
base64 = "0.13"
criterion = "0.3"
criterion = "0.5"
serde_json = "1"
swc_common = { version = "0.31.13", path = "../swc_common", features = [

View File

@ -13,11 +13,11 @@ version = "0.84.10"
bench = false
[dependencies]
ahash = "0.7"
auto_impl = "0.5.0"
ahash = "0.8"
auto_impl = "1.1.0"
dashmap = "5.1.0"
parking_lot = "0.12.0"
rayon = "1.5.1"
parking_lot = "0.12.1"
rayon = "1.7.0"
regex = "1"
serde = { version = "1.0.133", features = ["derive"] }

View File

@ -25,17 +25,17 @@ node = ["normpath", "serde_json", "dashmap", "once_cell", "path-clean"]
tsc = ["dashmap", "once_cell", "swc_cached"]
[dependencies]
ahash = "0.7.4"
anyhow = "1.0.41"
ahash = "0.8.3"
anyhow = "1.0.71"
dashmap = { version = "5.1.0", optional = true }
lru = { version = "0.7.1", optional = true }
once_cell = { version = "1.9.0", optional = true }
parking_lot = { version = "0.12.0", optional = true }
once_cell = { version = "1.18.0", optional = true }
parking_lot = { version = "0.12.1", optional = true }
path-clean = { version = "=0.1.0", optional = true }
pathdiff = "0.2.1"
serde = { version = "1", features = ["derive"] }
serde_json = { version = "1.0.64", optional = true }
tracing = "0.1.32"
tracing = "0.1.37"
swc_cached = { version = "0.3.15", optional = true, path = "../swc_cached" }
swc_common = { version = "0.31.13", path = "../swc_common" }

View File

@ -33,23 +33,23 @@ serde-impl = []
trace-ast = []
[dependencies]
ahash = "0.7.6"
ahash = "0.8.3"
arrayvec = "0.7.2"
backtrace = { version = "0.3.61", optional = true }
indexmap = "1.6.1"
num-bigint = "0.4.3"
num_cpus = "1.13.1"
once_cell = "1.10.0"
parking_lot = "0.12.0"
once_cell = "1.18.0"
parking_lot = "0.12.1"
pretty_assertions = { version = "1.1", optional = true }
radix_fmt = "=1.0.0"
rayon = { version = "1.5.1", optional = true }
rayon = { version = "1.7.0", optional = true }
regex = "1.5.3"
rustc-hash = "1.1.0"
ryu-js = "0.2.2"
serde = { version = "1.0.118", features = ["derive"] }
serde_json = "1.0.61"
tracing = "0.1.32"
tracing = "0.1.37"
swc_atoms = { version = "0.5.6", path = "../swc_atoms" }
swc_cached = { version = "0.3.15", path = "../swc_cached" }
@ -70,7 +70,7 @@ swc_timer = { version = "0.19.16", path = "../swc_timer" }
[dev-dependencies]
ansi_term = "0.12.1"
anyhow = "1"
criterion = "0.3.5"
criterion = "0.5.1"
pretty_assertions = "1.1"
walkdir = "2"

View File

@ -30,7 +30,7 @@ num-bigint = "0.4"
serde = { version = "1", features = ["derive"] }
smallvec = "1.8.0"
smartstring = "1"
tracing = "0.1.32"
tracing = "0.1.37"
typed-arena = "2.0.1"
swc_atoms = { version = "0.5.6", path = "../swc_atoms" }
@ -42,7 +42,7 @@ swc_ecma_visit = { version = "0.92.2", path = "../swc_ecma_visit", optional = tr
stacker = "0.1.15"
[dev-dependencies]
criterion = "0.3"
criterion = "0.5"
pretty_assertions = "1.1"
serde_json = "1"
walkdir = "2"

View File

@ -16,11 +16,11 @@ default = ["serde-impl"]
serde-impl = ["serde"]
[dependencies]
ahash = "0.7.4"
ahash = "0.8.3"
anyhow = "1"
dashmap = "5.1.0"
indexmap = "1.6.1"
once_cell = "1.10.0"
once_cell = "1.18.0"
semver = { version = "1.0.4", features = ["serde"] }
serde = { version = "1", features = ["derive"], optional = true }
serde_json = "1"
@ -39,7 +39,7 @@ swc_ecma_utils = { version = "0.119.6", path = "../swc_ecma_utils" }
swc_ecma_visit = { version = "0.92.2", path = "../swc_ecma_visit" }
[dev-dependencies]
criterion = "0.3"
criterion = "0.5"
pretty_assertions = "1.1"
swc_ecma_codegen = { version = "0.141.7", path = "../swc_ecma_codegen" }

View File

@ -15,6 +15,6 @@ bench = false
anyhow = "1"
hex = "0.4"
sha-1 = "0.10"
tracing = "0.1.32"
tracing = "0.1.37"
testing = { version = "0.33.16", path = "../testing" }

View File

@ -20,13 +20,13 @@ concurrent-renamer = ["rayon"]
better_scoped_tls = { version = "0.1.0", path = "../better_scoped_tls" }
bitflags = "2.1.0"
indexmap = "1.6.1"
once_cell = "1.10.0"
once_cell = "1.18.0"
phf = { version = "0.10", features = ["macros"] }
rayon = { version = "1", optional = true }
rustc-hash = "1.1.0"
serde = { version = "1", features = ["derive"] }
smallvec = "1.8.0"
tracing = "0.1.32"
tracing = "0.1.37"
swc_atoms = { version = "0.5.6", path = "../swc_atoms" }
swc_common = { version = "0.31.13", path = "../swc_common" }
@ -36,7 +36,7 @@ swc_ecma_utils = { version = "0.119.6", path = "../swc_ecma_utils" }
swc_ecma_visit = { version = "0.92.2", path = "../swc_ecma_visit" }
[dev-dependencies]
criterion = "0.3"
criterion = "0.5"
rayon = "1"
swc_ecma_codegen = { version = "0.141.7", path = "../swc_ecma_codegen" }

View File

@ -20,15 +20,15 @@ concurrent = [
]
[dependencies]
ahash = "0.7.4"
ahash = "0.8.3"
arrayvec = "0.7.2"
indexmap = "1.6.1"
is-macro = "0.3.0"
num-bigint = "0.4"
rayon = { version = "1.5.1", optional = true }
rayon = { version = "1.7.0", optional = true }
serde = { version = "1.0.118", features = ["derive"] }
smallvec = "1.8.0"
tracing = "0.1.32"
tracing = "0.1.37"
swc_atoms = { version = "0.5.6", path = "../swc_atoms" }
swc_common = { version = "0.31.13", path = "../swc_common" }

View File

@ -14,8 +14,8 @@ bench = false
[dependencies]
Inflector = "0.11.4"
ahash = "0.7.4"
anyhow = "1.0.41"
ahash = "0.8.3"
anyhow = "1.0.71"
bitflags = "2.1.0"
indexmap = "1.6.1"
is-macro = "0.3.0"
@ -23,7 +23,7 @@ path-clean = "0.1.0"
pathdiff = "0.2.0"
regex = "1"
serde = { version = "1.0.118", features = ["derive"] }
tracing = "0.1.32"
tracing = "0.1.37"
swc_atoms = { version = "0.5.6", path = "../swc_atoms" }
swc_cached = { version = "0.3.15", path = "../swc_cached" }

View File

@ -22,15 +22,15 @@ concurrent = [
debug = []
[dependencies]
ahash = "0.7.4"
ahash = "0.8.3"
dashmap = "5.1.0"
indexmap = "1.6.1"
once_cell = "1.10.0"
once_cell = "1.18.0"
petgraph = "0.6"
rayon = { version = "1.5.1", optional = true }
rayon = { version = "1.7.0", optional = true }
rustc-hash = "1.1.0"
serde_json = "1.0.61"
tracing = "0.1.32"
tracing = "0.1.37"
swc_atoms = { version = "0.5.6", path = "../swc_atoms" }
swc_common = { version = "0.31.13", path = "../swc_common" }

View File

@ -18,12 +18,12 @@ default = ["serde-impl"]
serde-impl = ["serde"]
[dependencies]
ahash = "0.7.4"
ahash = "0.8.3"
base64 = "0.13.0"
dashmap = "5.1.0"
indexmap = "1.6.1"
once_cell = "1.10.0"
rayon = { version = "1.5.1", optional = true }
once_cell = "1.18.0"
rayon = { version = "1.7.0", optional = true }
serde = { version = "1.0.118", features = ["derive"], optional = true }
sha-1 = "=0.10.0"

View File

@ -24,7 +24,7 @@ swc_ecma_utils = { version = "0.119.6", path = "../swc_ecma_utils" }
swc_ecma_visit = { version = "0.92.2", path = "../swc_ecma_visit" }
[dev-dependencies]
criterion = "0.3"
criterion = "0.5"
swc_ecma_codegen = { version = "0.141.7", path = "../swc_ecma_codegen" }
swc_ecma_parser = { version = "0.136.4", path = "../swc_ecma_parser" }

View File

@ -22,10 +22,10 @@ concurrent = ["swc_common/concurrent", "indexmap/rayon"]
trace-ast = []
[dependencies]
ahash = "0.7.6"
ahash = "0.8.3"
indexmap = "1.6.1"
rustc-hash = "1.1.0"
tracing = "0.1.32"
tracing = "0.1.37"
swc_atoms = { version = "0.5.6", path = "../swc_atoms" }
swc_common = { version = "0.31.13", path = "../swc_common" }

View File

@ -22,10 +22,10 @@ concurrent = ["swc_common/concurrent", "rayon"]
[dependencies]
indexmap = "1.6.1"
num_cpus = "1.13.1"
once_cell = "1.10.0"
rayon = { version = "1.5.1", optional = true }
once_cell = "1.18.0"
rayon = { version = "1.7.0", optional = true }
rustc-hash = "1.1.0"
tracing = "0.1.32"
tracing = "0.1.37"
unicode-id = "0.3"
swc_atoms = { version = "0.5.6", path = "../swc_atoms" }

View File

@ -23,7 +23,7 @@ path = []
[dependencies]
num-bigint = { version = "0.4", features = ["serde"] }
serde = { version = "1", optional = true }
tracing = "0.1.32"
tracing = "0.1.37"
swc_atoms = { version = "0.5.6", path = "../swc_atoms" }
swc_common = { version = "0.31.13", path = "../swc_common" }

View File

@ -15,7 +15,7 @@ bench = false
anyhow = "1"
miette = { version = "4.2.1", features = ["fancy"] }
once_cell = "1"
parking_lot = "0.12.0"
parking_lot = "0.12.1"
swc_common = { version = "0.31.13", path = "../swc_common", features = [
"concurrent",

View File

@ -16,10 +16,10 @@ version = "0.186.19"
bench = false
[dependencies]
ahash = { version = "0.7.0", features = ["compile-time-rng"] }
ahash = { version = "0.8.3", features = ["compile-time-rng"] }
anyhow = "1"
copyless = "0.1.5"
rayon = "1.5.0"
rayon = "1.7.0"
serde = { version = "1", features = ["derive"] }
serde_json = "1.0.62"
@ -37,7 +37,7 @@ swc_estree_ast = { version = "0.21.13", path = "../swc_estree_ast" }
swc_node_comments = { version = "0.18.13", path = "../swc_node_comments/" }
[dev-dependencies]
criterion = "0.3"
criterion = "0.5"
pretty_assertions = "1.1"
swc = { version = "0.263.19", path = "../swc" }

View File

@ -12,11 +12,11 @@ version = "0.20.16"
bench = false
[dependencies]
ahash = "0.7.6"
auto_impl = "0.5.0"
ahash = "0.8.3"
auto_impl = "1.1.0"
petgraph = "0.6.0"
swc_fast_graph = {version = "0.19.13", path = "../swc_fast_graph/"}
tracing = "0.1.32"
tracing = "0.1.37"
[dev-dependencies]
testing = {version = "0.33.16", path = "../testing"}

View File

@ -16,7 +16,7 @@ version = "0.40.16"
bench = false
[dependencies]
auto_impl = "0.5.0"
auto_impl = "1.1.0"
bitflags = "2.1.0"
rustc-hash = "1.1.0"

View File

@ -16,7 +16,7 @@ version = "0.123.17"
bench = false
[dependencies]
once_cell = "1.10.0"
once_cell = "1.18.0"
serde = { version = "1.0.118", features = ["derive"] }
serde_json = "1.0.61"
@ -44,7 +44,7 @@ swc_html_utils = { version = "0.16.13", path = "../swc_html_utils" }
swc_html_visit = { version = "0.31.13", path = "../swc_html_visit" }
[dev-dependencies]
criterion = "0.3"
criterion = "0.5"
swc_node_base = { version = "0.5.8", path = "../swc_node_base" }
testing = { version = "0.33.16", path = "../testing" }

View File

@ -25,7 +25,7 @@ swc_html_ast = { version = "0.31.13", path = "../swc_html_ast" }
swc_html_utils = { version = "0.16.13", path = "../swc_html_utils" }
[dev-dependencies]
criterion = "0.3"
criterion = "0.5"
serde = "1.0.127"
serde_json = "1.0.66"

View File

@ -16,7 +16,7 @@ version = "0.16.13"
bench = false
[dependencies]
once_cell = "1.10.0"
once_cell = "1.18.0"
serde = { version = "1.0.118", features = ["derive"] }
serde_json = "1.0.61"

View File

@ -22,11 +22,11 @@ swc_v2 = ["serde-impl"]
anyhow = "1"
dashmap = "5.1.0"
is-macro = "0.3.0"
once_cell = "1.10.0"
once_cell = "1.18.0"
regex = "1"
serde = { version = "1", features = ["derive"], optional = true }
serde_json = "1"
tracing = "0.1.32"
tracing = "0.1.37"
string_enum = { version = "0.4.1", path = "../string_enum" }
swc = { version = "0.263.19", path = "../swc" }

View File

@ -15,7 +15,7 @@ version = "0.18.13"
bench = false
[dependencies]
ahash = "0.7.6"
ahash = "0.8.3"
dashmap = "5.1.0"
swc_atoms = { version = "0.5.6", path = "../swc_atoms" }

View File

@ -19,5 +19,5 @@ napi = { version = "2", default-features = false, features = [
] }
serde = { version = "1", features = ["derive"] }
serde_json = { version = "1", features = ["unbounded_depth"] }
tracing = { version = "0.1.32" }
tracing = { version = "0.1.37" }
tracing-subscriber = { version = "0.3.9", features = ["env-filter"] }

View File

@ -16,4 +16,4 @@ version = "0.90.0"
bench = false
[dependencies]
once_cell = "1.13.0"
once_cell = "1.18.0"

View File

@ -26,7 +26,7 @@ rkyv = { package = "rkyv", version = "=0.7.42", optional = true, features = [
"strict",
"validation",
] }
tracing = "0.1.32"
tracing = "0.1.37"
better_scoped_tls = { version = "0.1.0", path = "../better_scoped_tls" }
swc_common = { version = "0.31.13", path = "../swc_common" }

View File

@ -49,14 +49,14 @@ __rkyv = []
rkyv-impl = ["__rkyv", "swc_common/plugin-rt", "swc_plugin_proxy/plugin-rt"]
[dependencies]
anyhow = "1.0.42"
anyhow = "1.0.71"
enumset = "1.0.12"
once_cell = "1.10.0"
parking_lot = "0.12.0"
once_cell = "1.18.0"
parking_lot = "0.12.1"
serde = { version = "1.0.126", features = ["derive"] }
serde_json = "1.0.64"
tokio = { version = "1", default-features = false, optional = true }
tracing = "0.1.32"
tracing = "0.1.37"
wasmer = { version = "3.3.0", default-features = false }
wasmer-wasix = { version = "0.4.0", default-features = false }
@ -72,7 +72,7 @@ wasmer-cache = { version = "3.3.0", optional = true }
wasmer-compiler-cranelift = { version = "3.3.0", default-features = false }
[dev-dependencies]
criterion = "0.3"
criterion = "0.5"
swc_atoms = { version = "0.5.6", path = '../swc_atoms' }
swc_css_ast = { version = "0.137.13", path = "../swc_css_ast", features = [

View File

@ -12,7 +12,7 @@ version = "0.19.16"
bench = false
[dependencies]
tracing = "0.1.32"
tracing = "0.1.37"
[dev-dependencies]
testing = {version = "0.33.16", path = "../testing"}

View File

@ -16,7 +16,7 @@ version = "0.11.17"
bench = false
[dependencies]
auto_impl = "0.5.0"
auto_impl = "1.1.0"
bitflags = "2.1.0"
rustc-hash = "1.1.0"

View File

@ -15,11 +15,11 @@ bench = false
ansi_term = "0.12.1"
cargo_metadata = "0.15.4"
difference = "2"
once_cell = "1.10.0"
once_cell = "1.18.0"
pretty_assertions = "1.1"
regex = "1"
serde_json = "1.0.71"
tracing = "0.1.32"
tracing = "0.1.37"
tracing-subscriber = { version = "0.3.9", features = ["env-filter"] }
swc_common = { version = "0.31.13", path = "../swc_common", features = [

View File

@ -25,4 +25,4 @@ quote = "1"
regex = "1"
relative-path = "1.3.2"
syn = {version = "2", features = ["fold", "parsing", "full", "extra-traits"]}
once_cell = "1.10.0"
once_cell = "1.18.0"