mirror of
https://github.com/latex-lsp/texlab.git
synced 2025-08-04 10:49:55 +00:00
Bump serde_json from 1.0.137 to 1.0.140
Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.137 to 1.0.140. - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](https://github.com/serde-rs/json/compare/v1.0.137...v1.0.140) --- updated-dependencies: - dependency-name: serde_json dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
abc84d5f1e
commit
8f4c3bbfd8
2 changed files with 3 additions and 3 deletions
4
Cargo.lock
generated
4
Cargo.lock
generated
|
@ -1668,9 +1668,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "serde_json"
|
||||
version = "1.0.137"
|
||||
version = "1.0.140"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "930cfb6e6abf99298aaad7d29abbef7a9999a9a8806a40088f55f0dcec03146b"
|
||||
checksum = "20068b6e96dc6c9bd23e01df8827e6c7e1f2fddd43c21810382803c136b99373"
|
||||
dependencies = [
|
||||
"itoa",
|
||||
"memchr",
|
||||
|
|
|
@ -27,7 +27,7 @@ regex = "1.11.1"
|
|||
rowan = "0.15.16"
|
||||
rustc-hash = "2.1.0"
|
||||
serde = { version = "1.0.219", features = ["derive"] }
|
||||
serde_json = "1.0.137"
|
||||
serde_json = "1.0.140"
|
||||
tempfile = "3.19.1"
|
||||
titlecase = "3.3.0"
|
||||
unicode-normalization = "0.1.24"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue