diff --git a/Cargo.toml b/Cargo.toml index 866c31318..3c979893a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,7 +12,7 @@ repository = "https://github.com/serde-rs/json" rust-version = "1.56" [dependencies] -indexmap = { version = "2.2.3", optional = true } +indexmap = { version = "2.10.0", optional = true } itoa = "1.0" memchr = { version = "2", default-features = false } ryu = "1.0"