Bump serde_json from 1.0.137 to 1.0.140 (#1356)

This commit is contained in:
dependabot[bot] 2025-04-07 19:54:51 +00:00 committed by GitHub
parent d084a0daff
commit 813d92646a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View file

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

View file

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