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] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2022-10-22 16:02:54 +01:00 committed by GitHub
parent 3037f7d26f
commit c40d82b0b8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 4 deletions

4
Cargo.lock generated
View File

@ -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",

View File

@ -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"] }

View File

@ -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"] }