Skip to content

Commit 7139d83

Browse files
fix(deps): update rust crate serde_json to v1.0.145
1 parent ca7f721 commit 7139d83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/swc/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ lto = true
1414
[dependencies]
1515
rust-ini = "=0.21.2"
1616
serde = "=1.0.219"
17-
serde_json = "=1.0.142"
17+
serde_json = "=1.0.145"
1818
string_cache = "=0.8.9"
1919
swc_core = { version = "=21.0.1", features = [
2020
"ecma_plugin_transform",

0 commit comments

Comments
 (0)