diff --git a/Cargo.lock b/Cargo.lock index 29a0d70a5..a8638e5fd 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2660,9 +2660,9 @@ checksum = "206ca75c9c03ba3d4ace2460e57b189f39f43de612c2f85836e65c929701bb2d" [[package]] name = "indexmap" -version = "2.4.0" +version = "2.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "93ead53efc7ea8ed3cfb0c79fc8023fbb782a5432b52830b6518941cebe6505c" +checksum = "68b900aa2f7301e21c36462b170ee99994de34dff39a4a6a528e80e7376d07e5" dependencies = [ "equivalent", "hashbrown", diff --git a/Cargo.toml b/Cargo.toml index 737d8f11b..765dd5bf3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -119,7 +119,7 @@ gzp = { version = "0.11", default-features = false, features = [ "snappy_default", ] } hashbrown = { version = "0.14", optional = true } -indexmap = "2.4" +indexmap = "2.5" indicatif = "0.17" itertools = "0.13" itoa = "1"