diff --git a/Cargo.lock b/Cargo.lock index c11aa96d9..92ddd334b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5552,9 +5552,9 @@ dependencies = [ [[package]] name = "serde_json" -version = "1.0.134" +version = "1.0.137" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d00f4175c42ee48b15416f6193a959ba3a0d67fc699a0db9ad12df9f83991c7d" +checksum = "930cfb6e6abf99298aaad7d29abbef7a9999a9a8806a40088f55f0dcec03146b" dependencies = [ "indexmap 2.7.0", "itoa", diff --git a/Cargo.toml b/Cargo.toml index a4bf7f12b..942787290 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -291,7 +291,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.134" +version = "1.0.137" features = ["preserve_order"] # SQL database support