Update serde_json 1.0.140 -> 1.0.142

This commit is contained in:
Josiah Glosson
2025-08-07 21:33:49 -05:00
parent 89901de4bd
commit 58f1e2c585
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@@ -7631,9 +7631,9 @@ dependencies = [
[[package]]
name = "serde_json"
version = "1.0.140"
version = "1.0.142"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "20068b6e96dc6c9bd23e01df8827e6c7e1f2fddd43c21810382803c136b99373"
checksum = "030fedb782600dcbd6f02d479bf0d817ac3bb40d644745b769d6a96bc3afc5a7"
dependencies = [
"itoa",
"memchr",

View File

@@ -134,7 +134,7 @@ serde = "1.0.219"
serde_bytes = "0.11.17"
serde_cbor = "0.11.2"
serde_ini = "0.2.0"
serde_json = "1.0.140"
serde_json = "1.0.142"
serde_with = "3.13.0"
serde-xml-rs = "0.8.1" # Also an XML (de)serializer, consider dropping yaserde in favor of this
sha1 = "0.10.6"