diff --git a/Cargo.lock b/Cargo.lock index 150230e238..6d29a72def 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -964,9 +964,9 @@ dependencies = [ [[package]] name = "serde_json" -version = "1.0.90" +version = "1.0.91" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8778cc0b528968fe72abec38b5db5a20a70d148116cd9325d2bc5f5180ca3faf" +checksum = "877c235533714907a8c2464236f5c4b2a17262ef1bd71f38f35ea592c8da6883" dependencies = [ "itoa", "ryu", diff --git a/crates/cli/Cargo.toml b/crates/cli/Cargo.toml index 3bbf91ac6a..123a4e237c 100644 --- a/crates/cli/Cargo.toml +++ b/crates/cli/Cargo.toml @@ -30,6 +30,6 @@ ignore = "0.4.18" num_cpus = "1.14.0" serde = { version = "1.0", features = ["derive"] } serde_yaml = "0.9.16" -serde_json = "1.0.90" +serde_json = "1.0.91" similar = { version = "2.2.1", features = ["inline"] } tokio = { version = "1", features = ["rt-multi-thread", "io-std"] } diff --git a/crates/napi/Cargo.toml b/crates/napi/Cargo.toml index fb9c57b708..475d38d271 100644 --- a/crates/napi/Cargo.toml +++ b/crates/napi/Cargo.toml @@ -18,7 +18,7 @@ serde = { version = "1.0", features = ["derive"] } tree-sitter-typescript="0.20.1" tree-sitter-html = "0.19.0" tree-sitter-javascript = "0.20.0" -serde_json = "1.0.90" +serde_json = "1.0.91" [features] # this feature is only for cargo test to avoid napi_ symbol undefined error