diff --git a/Cargo.lock b/Cargo.lock index 1fbfaa5a5..7ce0eac37 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5578,9 +5578,9 @@ dependencies = [ [[package]] name = "serde_json" -version = "1.0.137" +version = "1.0.138" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "930cfb6e6abf99298aaad7d29abbef7a9999a9a8806a40088f55f0dcec03146b" +checksum = "d434192e7da787e94a6ea7e9670b26a036d0ca41e0b7efb2676dd32bae872949" dependencies = [ "indexmap 2.7.1", "itoa", diff --git a/Cargo.toml b/Cargo.toml index a5af09676..f614031d8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -303,7 +303,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.137" +version = "1.0.138" features = ["preserve_order"] # SQL database support