diff --git a/Cargo.lock b/Cargo.lock index 9fc542470d..9175915c2c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2542,7 +2542,6 @@ checksum = "bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99" dependencies = [ "autocfg", "hashbrown 0.12.3", - "rayon", ] [[package]] @@ -2553,6 +2552,7 @@ checksum = "d5477fe2230a79769d8dc68e0eabf5437907c0457a5614a9e8dddb67f65eb65d" dependencies = [ "equivalent", "hashbrown 0.14.0", + "rayon", ] [[package]] @@ -5505,7 +5505,7 @@ dependencies = [ "crossbeam-channel", "futures 0.3.28", "futures-util", - "indexmap 1.9.3", + "indexmap 2.0.0", "indicatif", "log", "quinn", @@ -5585,7 +5585,7 @@ dependencies = [ "async-trait", "bincode", "futures-util", - "indexmap 1.9.3", + "indexmap 2.0.0", "indicatif", "log", "rand 0.7.3", @@ -5919,7 +5919,7 @@ dependencies = [ "clap 2.33.3", "crossbeam-channel", "flate2", - "indexmap 1.9.3", + "indexmap 2.0.0", "itertools", "log", "lru", @@ -6952,7 +6952,7 @@ dependencies = [ "crossbeam-channel", "futures-util", "histogram", - "indexmap 1.9.3", + "indexmap 2.0.0", "itertools", "libc", "log", @@ -7042,7 +7042,7 @@ dependencies = [ "console", "csv", "ctrlc", - "indexmap 1.9.3", + "indexmap 2.0.0", "indicatif", "pickledb", "serde", @@ -7071,7 +7071,7 @@ dependencies = [ "async-trait", "bincode", "futures-util", - "indexmap 1.9.3", + "indexmap 2.0.0", "indicatif", "log", "rand 0.7.3", diff --git a/Cargo.toml b/Cargo.toml index 7023e3e805..d91b26ad59 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -209,7 +209,7 @@ hyper = "0.14.27" hyper-proxy = "0.9.1" im = "15.1.0" index_list = "0.2.7" -indexmap = "1.9.3" +indexmap = "2.0.0" indicatif = "0.17.5" Inflector = "0.11.4" itertools = "0.10.5" diff --git a/programs/sbf/Cargo.lock b/programs/sbf/Cargo.lock index 307d0e0b41..80954fb857 100644 --- a/programs/sbf/Cargo.lock +++ b/programs/sbf/Cargo.lock @@ -2212,7 +2212,6 @@ checksum = "bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99" dependencies = [ "autocfg", "hashbrown 0.12.3", - "rayon", ] [[package]] @@ -2223,6 +2222,7 @@ checksum = "d5477fe2230a79769d8dc68e0eabf5437907c0457a5614a9e8dddb67f65eb65d" dependencies = [ "equivalent", "hashbrown 0.14.0", + "rayon", ] [[package]] @@ -4684,7 +4684,7 @@ dependencies = [ "bincode", "futures 0.3.28", "futures-util", - "indexmap 1.9.3", + "indexmap 2.0.0", "indicatif", "log", "quinn", @@ -4734,7 +4734,7 @@ dependencies = [ "async-trait", "bincode", "futures-util", - "indexmap 1.9.3", + "indexmap 2.0.0", "log", "rand 0.7.3", "rayon", @@ -4983,7 +4983,7 @@ dependencies = [ "clap 2.33.3", "crossbeam-channel", "flate2", - "indexmap 1.9.3", + "indexmap 2.0.0", "itertools", "log", "lru", @@ -6087,7 +6087,7 @@ dependencies = [ "crossbeam-channel", "futures-util", "histogram", - "indexmap 1.9.3", + "indexmap 2.0.0", "itertools", "libc", "log", @@ -6170,7 +6170,7 @@ dependencies = [ "async-trait", "bincode", "futures-util", - "indexmap 1.9.3", + "indexmap 2.0.0", "indicatif", "log", "rand 0.7.3",