diff --git a/Cargo.lock b/Cargo.lock index dd6184db3e..4a7e26aab7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2193,9 +2193,9 @@ dependencies = [ [[package]] name = "indexmap" -version = "2.1.0" +version = "2.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d530e1a18b1cb4c484e6e34556a0d948706958449fca0cab753d649f2bce3d1f" +checksum = "433de089bd45971eecf4668ee0ee8f4cec17db4f8bd8f7bc3197a6ce37aa7d9b" dependencies = [ "equivalent", "hashbrown", diff --git a/Cargo.toml b/Cargo.toml index 1fcb26fe5c..813ce7fdbb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -84,7 +84,7 @@ http = "=1.0.0" http-body = "=1.0.0" http-body-util = "=0.1.0" hyper = { version = "=1.1.0", features = ["client", "http1"] } -indexmap = { version = "=2.1.0", features = ["serde"] } +indexmap = { version = "=2.2.1", features = ["serde"] } indicatif = "=0.17.7" ipnetwork = "=0.20.0" tikv-jemallocator = { version = "=0.5.4", features = ['unprefixed_malloc_on_supported_platforms', 'profiling'] }