diff --git a/Cargo.lock b/Cargo.lock index dbccb9d7..03563d1a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4144,9 +4144,9 @@ dependencies = [ [[package]] name = "serde_json" -version = "1.0.85" +version = "1.0.87" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e55a28e3aaef9d5ce0506d0a14dbba8054ddc7e499ef522dd8b26859ec9d4a44" +checksum = "6ce777b7b150d76b9cf60d28b55f5847135a003f7d7350c6be7a773508ce7d45" dependencies = [ "itoa", "ryu", diff --git a/lapce-proxy/Cargo.toml b/lapce-proxy/Cargo.toml index 49e21cfb..c2dca13f 100644 --- a/lapce-proxy/Cargo.toml +++ b/lapce-proxy/Cargo.toml @@ -37,7 +37,7 @@ psp-types = { git = "https://github.com/lapce/psp-types" } parking_lot = { version = "0.11.0", features = ["deadlock_detection"] } crossbeam-channel = "0.5.0" jsonrpc-lite = "0.6.0" -serde_json = "1.0.59" +serde_json = "1.0.87" anyhow = "1.0.32" toml_edit = { version = "0.14.4", features = ["easy"] } git2 = { version = "0.14.4", features = ["vendored-openssl"] } diff --git a/lapce-rpc/Cargo.toml b/lapce-rpc/Cargo.toml index 738090a7..51fba754 100644 --- a/lapce-rpc/Cargo.toml +++ b/lapce-rpc/Cargo.toml @@ -8,7 +8,7 @@ edition = "2021" log = "0.4.17" parking_lot = "0.11.2" anyhow = "1.0.34" -serde_json = "1.0.59" +serde_json = "1.0.87" serde = "1.0" crossbeam-channel = "0.5.0" lsp-types = { version = "0.93", features = ["proposed"] }