build(deps): bump serde_json from 1.0.142 to 1.0.143 (#4918)

This commit is contained in:
Quentin Gliech
2025-08-20 08:19:11 +02:00
committed by GitHub
2 changed files with 4 additions and 4 deletions

6
Cargo.lock generated
View File

@@ -4102,7 +4102,7 @@ dependencies = [
"sha1",
"sha2",
"sprintf",
"thiserror 1.0.69",
"thiserror 2.0.15",
"tokio",
"tracing",
"urlencoding",
@@ -5643,9 +5643,9 @@ dependencies = [
[[package]]
name = "serde_json"
version = "1.0.142"
version = "1.0.143"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "030fedb782600dcbd6f02d479bf0d817ac3bb40d644745b769d6a96bc3afc5a7"
checksum = "d401abef1d108fbd9cbaebc3e46611f4b1021f714a0597a71f41ee463f5f4a5a"
dependencies = [
"indexmap 2.10.0",
"itoa",

View File

@@ -593,7 +593,7 @@ features = ["derive"] # Most of the time, if we need serde, we need derive
# JSON serialization and deserialization
[workspace.dependencies.serde_json]
version = "1.0.142"
version = "1.0.143"
features = ["preserve_order"]
# URL encoded form serialization