diff --git a/Cargo.lock b/Cargo.lock index f50d34e96f..7b4d9b08db 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2896,9 +2896,9 @@ dependencies = [ [[package]] name = "indexmap" -version = "2.0.2" +version = "2.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8adf3ddd720272c6ea8bf59463c04e0f93d0bbf7c5439b691bca2987e0270897" +checksum = "d530e1a18b1cb4c484e6e34556a0d948706958449fca0cab753d649f2bce3d1f" dependencies = [ "equivalent", "hashbrown 0.14.1", @@ -5238,7 +5238,7 @@ version = "0.9.25" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1a49e178e4452f45cb61d0cd8cebc1b0fafd3e41929e996cef79aa3aca91f574" dependencies = [ - "indexmap 2.0.2", + "indexmap 2.1.0", "itoa", "ryu", "serde", @@ -6078,7 +6078,7 @@ dependencies = [ "dashmap 4.0.2", "futures 0.3.28", "futures-util", - "indexmap 2.0.2", + "indexmap 2.1.0", "indicatif", "log", "quinn", @@ -6159,7 +6159,7 @@ dependencies = [ "bincode", "crossbeam-channel", "futures-util", - "indexmap 2.0.2", + "indexmap 2.1.0", "indicatif", "log", "rand 0.8.5", @@ -6508,7 +6508,7 @@ dependencies = [ "clap 2.33.3", "crossbeam-channel", "flate2", - "indexmap 2.0.2", + "indexmap 2.1.0", "itertools", "log", "lru", @@ -7601,7 +7601,7 @@ dependencies = [ "crossbeam-channel", "futures-util", "histogram", - "indexmap 2.0.2", + "indexmap 2.1.0", "itertools", "libc", "log", @@ -7729,7 +7729,7 @@ dependencies = [ "console", "csv", "ctrlc", - "indexmap 2.0.2", + "indexmap 2.1.0", "indicatif", "pickledb", "serde", @@ -7758,7 +7758,7 @@ dependencies = [ "async-trait", "bincode", "futures-util", - "indexmap 2.0.2", + "indexmap 2.1.0", "indicatif", "log", "rayon", @@ -8944,7 +8944,7 @@ version = "0.20.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "396e4d48bbb2b7554c944bde63101b5ae446cff6ec4a24227428f15eb72ef338" dependencies = [ - "indexmap 2.0.2", + "indexmap 2.1.0", "serde", "serde_spanned", "toml_datetime", diff --git a/Cargo.toml b/Cargo.toml index 8f8d7d736c..2f04de2e82 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -226,7 +226,7 @@ hyper-proxy = "0.9.1" hyper-staticfile = "0.9.5" im = "15.1.0" index_list = "0.2.7" -indexmap = "2.0.2" +indexmap = "2.1.0" indicatif = "0.17.7" Inflector = "0.11.4" itertools = "0.10.5"