diff --git a/Cargo.lock b/Cargo.lock index 5b42120bb9..bf68662c8e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2794,6 +2794,7 @@ version = "1.0.108" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "3d1c7e3eac408d115102c4c24ad393e0821bb3a5df4d506a80f85f7a742a526b" dependencies = [ + "indexmap", "itoa", "ryu", "serde", diff --git a/crates/revm/Cargo.toml b/crates/revm/Cargo.toml index d20b5c5c5f..f6638644d4 100644 --- a/crates/revm/Cargo.toml +++ b/crates/revm/Cargo.toml @@ -18,7 +18,7 @@ auto_impl = { version = "1.1", default-features = false } # Optional serde = { version = "1.0", default-features = false, features = ["derive", "rc"], optional = true } -serde_json = { version = "1.0", default-features = false, features = ["alloc"], optional = true } +serde_json = { version = "1.0", default-features = false, features = ["alloc", "preserve_order"], optional = true } # ethersdb tokio = { version = "1.34", features = [