diff --git a/Cargo.lock b/Cargo.lock index efd53b42ad5..033b1ff1cf1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3291,9 +3291,9 @@ checksum = "e8a5a9a0ff0086c7a148acb942baaabeadf9504d10400b5a05645853729b9cd2" [[package]] name = "indexmap" -version = "2.10.0" +version = "2.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fe4cd85333e22411419a0bcae1297d25e58c9443848b11dc6a86fefe8c78a661" +checksum = "f2481980430f9f78649238835720ddccc57e52df14ffce1c6f37391d61b563e9" dependencies = [ "equivalent", "hashbrown 0.15.2", diff --git a/Cargo.toml b/Cargo.toml index fd5d2ebec84..75b2a0f8ccb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -96,7 +96,7 @@ futures-util = "=0.3.31" hex = "=0.4.3" http = "=1.3.1" hyper = { version = "=1.6.0", features = ["client", "http1"] } -indexmap = { version = "=2.10.0", features = ["serde"] } +indexmap = { version = "=2.11.0", features = ["serde"] } indicatif = "=0.18.0" ipnetwork = "=0.21.1" json-subscriber = "=0.2.6"