Skip to content

Commit 374366d

Browse files
authored
chore(deps): Update rkyv (#5057)
1 parent e7416f0 commit 374366d

File tree

6 files changed

+30
-26
lines changed

6 files changed

+30
-26
lines changed

Cargo.lock

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/swc_atoms/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ bench = false
1414

1515
[dependencies]
1616
once_cell = "1"
17-
rkyv = { version = "0.7", optional = true }
17+
rkyv = { version = "0.7.39", optional = true }
1818
rustc-hash = "1.1.0"
1919
serde = "1"
2020
string_cache = "0.8.4"

crates/swc_common/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ from_variant = {version = "0.1.3", path = "../from_variant"}
4141
num-bigint = "0.4"
4242
once_cell = "1.10.0"
4343
parking_lot = {version = "0.12.0", optional = true}
44-
rkyv = { version = "0.7.37", optional = true }
44+
rkyv = { version = "0.7.39", optional = true }
4545
rustc-hash = "1.1.0"
4646
serde = {version = "1.0.119", features = ["derive"]}
4747
siphasher = "0.3.9"

crates/swc_ecma_ast/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ arbitrary = { version = "1", optional = true, features = ["derive"] }
2525
bitflags = "1"
2626
is-macro = "0.2.0"
2727
num-bigint = { version = "0.4", features = ["serde"] }
28-
rkyv = { version = "0.7.37", optional = true }
28+
rkyv = { version = "0.7.39", optional = true }
2929
scoped-tls = "1.0.0"
3030
serde = { version = "1.0.133", features = ["derive"] }
3131
string_enum = { version = "0.3.1", path = "../string_enum" }

crates/swc_plugin_proxy/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ plugin-mode = []
1818

1919
[dependencies]
2020
better_scoped_tls = { version = "0.1.0", path = "../better_scoped_tls" }
21-
rkyv = "0.7.37"
21+
rkyv = "0.7.39"
2222
swc_common = { version = "0.18.0", path = "../swc_common", features = [
2323
"plugin-base",
2424
] }

tests/rust-plugins/swc_internal_plugin/Cargo.lock

Lines changed: 18 additions & 14 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)