Skip to content

Commit

Permalink
fix(deps): update cargo
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Sep 19, 2024
1 parent a5e6a06 commit 575c1dc
Show file tree
Hide file tree
Showing 6 changed files with 28 additions and 28 deletions.
24 changes: 12 additions & 12 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ resolver = "2"

[workspace.dependencies]
# bytecheck version should be in sync with rkyv version. Do not bump individually.
bytecheck = "0.6.10"
rkyv = "=0.7.44"
bytecheck = "0.8.0"
rkyv = "=0.8.8"


Inflector = "0.11.4"
Expand All @@ -53,13 +53,13 @@ resolver = "2"
assert_fs = "1.0.13"
auto_impl = "1.2.0"
backtrace = "0.3.61"
base64 = "0.21.0"
base64 = "0.22.0"
bitflags = "2.5.0"
browserslist-rs = "0.16.0"
bumpalo = "3.16.0"
cargo_metadata = "0.18.1"
cfg-if = "1.0.0"
changesets = "0.2.2"
changesets = "0.3.0"
chrono = "0.4.38"
codspeed-criterion-compat = "2.6.0"
console_error_panic_hook = "0.1.7"
Expand All @@ -68,7 +68,7 @@ resolver = "2"
criterion = "0.5.1"
crossbeam-queue = "0.3.11"
dashmap = "5.5.3"
dialoguer = "0.10.2"
dialoguer = "0.11.0"
difference = "2"
either = "1.10.0"
enumset = "1.1.2"
Expand All @@ -81,17 +81,17 @@ resolver = "2"
indexmap = "2.0.0"
is-macro = "0.3.5"
js-sys = "0.3.59"
jsonc-parser = "0.21.0"
jsonc-parser = "0.23.0"
lazy_static = "1.4.0"
lexical = "6.1.0"
lru = "0.10.0"
lru = "0.12.0"
memchr = "2.6.1"
miette = "7.2.0"
napi = { version = "2.0.0", default-features = false }
napi-derive = { version = "2.0.0", default-features = false }
new_debug_unreachable = "1.0.6"
nom = "7.1.3"
ntest = "0.7.2"
ntest = "0.9.0"
num-bigint = "0.4.3"
num-traits = "0.2.15"
num_cpus = "1.13.1"
Expand All @@ -103,19 +103,19 @@ resolver = "2"
phf = "0.11.2"
pretty_assertions = "1.3"
proc-macro2 = "1.0.24"
ptr_meta = "0.1.4"
ptr_meta = "0.3.0"
quote = "1.0.7"
radix_fmt = "1.0.0"
rayon = "1.7.0"
regex = "1.5.4"
relative-path = "1.6.1"
reqwest = "0.11.14"
reqwest = "0.12.0"
rustc-hash = "1.1.0"
ryu-js = "1.0.0"
scoped-tls = "1.0.1"
semver = "1.0.20"
serde = "1.0.197"
serde-wasm-bindgen = "0.4.5"
serde-wasm-bindgen = "0.6.0"
serde_derive = "1.0.197"
serde_json = "1.0.115"
sha1 = "0.10.6"
Expand All @@ -132,7 +132,7 @@ resolver = "2"
tokio = { version = "1", default-features = false }
toml = "0.8.2"
tracing = "0.1.40"
tracing-chrome = "0.5.0"
tracing-chrome = "0.7.0"
tracing-futures = "0.2.5"
tracing-subscriber = "0.3.18"
triomphe = "0.1.13"
Expand Down
24 changes: 12 additions & 12 deletions bindings/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,22 +24,22 @@ resolver = "2"
serde-wasm-bindgen = "0.6.5"
serde_json = "1.0.120"
sourcemap = "8.0.1"
swc_atoms = "0.6.7"
swc_atoms = "0.7.0"
swc_cached = "0.3.20"
swc_cli_impl = "0.22.0"
swc_common = "0.38.0"
swc_compiler_base = "0.21.0"
swc_common = "0.39.0"
swc_compiler_base = "0.22.0"
swc_config = "0.1.15"
swc_core = "0.104.1"
swc_css_ast = "0.145.0"
swc_css_codegen = "0.156.0"
swc_css_minifier = "0.121.0"
swc_css_parser = "0.155.0"
swc_error_reporters = "0.22.0"
swc_fast_ts_strip = "0.9.0"
swc_core = "0.105.0"
swc_css_ast = "0.146.0"
swc_css_codegen = "0.157.0"
swc_css_minifier = "0.122.0"
swc_css_parser = "0.156.0"
swc_error_reporters = "0.23.0"
swc_fast_ts_strip = "0.10.0"
swc_html = "0.151.0"
swc_html_ast = "0.38.0"
swc_html_minifier = "0.148.0"
swc_html_ast = "0.39.0"
swc_html_minifier = "0.149.0"
swc_malloc = "0.5.11"
swc_nodejs_common = "0.0.8"
tracing = "0.1.40"
Expand Down
2 changes: 1 addition & 1 deletion crates/swc_core/tests/fixture/stub_napi/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ path-clean = "0.1"
serde = { version = "1", features = ["derive"] }
serde_json = { version = "1", features = ["unbounded_depth"] }
tracing = { version = "0.1.37", features = ["release_max_level_info"] }
tracing-chrome = "0.5.0"
tracing-chrome = "0.7.0"
tracing-futures = "0.2.5"
tracing-subscriber = { version = "0.3.9", features = ["env-filter"] }

Expand Down
2 changes: 1 addition & 1 deletion crates/swc_core/tests/fixture/stub_wasm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ swc_v1 = []
anyhow = "1.0.66"
browserslist-rs = { version = "0.16.0", features = ["wasm_bindgen"] }
serde = { version = "1", features = ["derive"] }
serde-wasm-bindgen = "0.4.5"
serde-wasm-bindgen = "0.6.0"
swc_core = { path = "../../../../swc_core", features = [
"ecma_ast_serde",
"ecma_codegen",
Expand Down
2 changes: 1 addition & 1 deletion crates/swc_ecma_loader/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,4 @@ swc_common = { version = "0.39.0", path = "../swc_common" }
lazy_static = { workspace = true }

[target.'cfg(windows)'.dependencies]
normpath = { version = "0.2", optional = true }
normpath = { version = "0.3", optional = true }
2 changes: 1 addition & 1 deletion crates/swc_malloc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ bench = false
mimalloc = { version = "0.1" }

[target.'cfg(all(target_os = "linux", target_env = "gnu", any(target_arch = "x86_64", target_arch = "aarch64")))'.dependencies]
tikv-jemallocator = { version = "0.5", features = ["disable_initial_exec_tls"] }
tikv-jemallocator = { version = "0.6", features = ["disable_initial_exec_tls"] }

0 comments on commit 575c1dc

Please sign in to comment.