From c40d82b0b8b02d3c78d6565093c5e9e1e3c76622 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 22 Oct 2022 16:02:54 +0100 Subject: [PATCH] chore(deps): bump serde_json from 1.0.85 to 1.0.87 (#1585) Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.85 to 1.0.87. - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](https://github.com/serde-rs/json/compare/v1.0.85...v1.0.87) --- updated-dependencies: - dependency-name: serde_json dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- lapce-proxy/Cargo.toml | 2 +- lapce-rpc/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) 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"] }