From a1c1e08fcbad1cbafd3f936a95544df6b5e09d50 Mon Sep 17 00:00:00 2001 From: "Bill.W" <0xbillw@gmail.com> Date: Thu, 17 Jul 2025 09:37:27 +0800 Subject: [PATCH] Bump `indexmap` version from `2.2.3` to `2.10.0` --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"