Merge pull request #346 from uutils/renovate/serde_json-1.x-lockfile

chore(deps): update rust crate serde_json to v1.0.142
This commit is contained in:
Daniel Hofstetter
2025-08-01 07:57:33 +02:00
committed by GitHub

6
Cargo.lock generated
View File

@@ -883,7 +883,7 @@ dependencies = [
"bitflags", "bitflags",
"errno", "errno",
"libc", "libc",
"linux-raw-sys", "linux-raw-sys 0.9.4",
"windows-sys 0.59.0", "windows-sys 0.59.0",
] ]
@@ -936,9 +936,9 @@ dependencies = [
[[package]] [[package]]
name = "serde_json" name = "serde_json"
version = "1.0.141" version = "1.0.142"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "30b9eff21ebe718216c6ec64e1d9ac57087aad11efc64e32002bce4a0d4c03d3" checksum = "030fedb782600dcbd6f02d479bf0d817ac3bb40d644745b769d6a96bc3afc5a7"
dependencies = [ dependencies = [
"indexmap", "indexmap",
"itoa", "itoa",