diff --git a/Cargo.lock b/Cargo.lock index bb1cb961a..0e099a9fd 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5547,9 +5547,9 @@ dependencies = [ [[package]] name = "serde_json" -version = "1.0.128" +version = "1.0.129" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6ff5456707a1de34e7e37f2a6fd3d3f808c318259cbd01ab6377795054b483d8" +checksum = "6dbcf9b78a125ee667ae19388837dd12294b858d101fdd393cb9d5501ef09eb2" dependencies = [ "indexmap 2.6.0", "itoa", diff --git a/Cargo.toml b/Cargo.toml index a649d41b2..af4b38228 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -233,7 +233,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.128" +version = "1.0.129" features = ["preserve_order"] # SQL database support