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] authored Sep 30, 2024
1 parent b94a0e1 commit fea4490
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 15 deletions.
26 changes: 13 additions & 13 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,14 +132,14 @@ 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"
typed-arena = "2.0.1"
unicode-id = "0.3"
unicode-id-start = "1.2.0"
unicode-width = "0.1.4"
unicode-width = "0.2.0"
url = "2.4.0"
vergen = { version = "9.0.0", default-features = false }
virtual-fs = { version = "0.16.0", default-features = false }
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

0 comments on commit fea4490

Please sign in to comment.