diff --git a/Cargo.lock b/Cargo.lock index 2dcd70b2e0..35a6fcb1df 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -438,7 +438,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "15bf3650200d8bffa99015595e10f1fbd17de07abbc25bb067da79e769939bfa" dependencies = [ "borsh-derive", - "hashbrown", + "hashbrown 0.11.2", ] [[package]] @@ -1793,6 +1793,12 @@ dependencies = [ "ahash", ] +[[package]] +name = "hashbrown" +version = "0.12.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "db0d4cf898abf0081f964436dc980e96670a0f36863e4b83aaacdb65c9d7ccc3" + [[package]] name = "headers" version = "0.3.7" @@ -2073,12 +2079,12 @@ checksum = "5a9d968042a4902e08810946fc7cd5851eb75e80301342305af755ca06cb82ce" [[package]] name = "indexmap" -version = "1.8.1" +version = "1.9.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0f647032dfaa1f8b6dc29bd3edb7bbef4861b8b8007ebb118d6db284fd59f6ee" +checksum = "10a35a97730320ffe8e2d410b5d3b69279b98d2c14bdb8b70ea89ecf7888d41e" dependencies = [ "autocfg", - "hashbrown", + "hashbrown 0.12.1", "rayon", ] @@ -2453,7 +2459,7 @@ version = "0.7.7" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c84e6fe5655adc6ce00787cf7dcaf8dc4f998a0565d23eafc207a8b08ca3349a" dependencies = [ - "hashbrown", + "hashbrown 0.11.2", ] [[package]] diff --git a/client/Cargo.toml b/client/Cargo.toml index 44eed684a0..1ad9bbfa1c 100644 --- a/client/Cargo.toml +++ b/client/Cargo.toml @@ -21,7 +21,7 @@ crossbeam-channel = "0.5" enum_dispatch = "0.3.8" futures = "0.3" futures-util = "0.3.21" -indexmap = "1.8.1" +indexmap = "1.9.1" indicatif = "0.16.2" itertools = "0.10.2" jsonrpc-core = "18.0.0" diff --git a/gossip/Cargo.toml b/gossip/Cargo.toml index dbae09b54c..f72abef554 100644 --- a/gossip/Cargo.toml +++ b/gossip/Cargo.toml @@ -15,7 +15,7 @@ bv = { version = "0.11.1", features = ["serde"] } clap = "2.33.1" crossbeam-channel = "0.5" flate2 = "1.0" -indexmap = { version = "1.8", features = ["rayon"] } +indexmap = { version = "1.9", features = ["rayon"] } itertools = "0.10.3" log = "0.4.17" lru = "0.7.7" diff --git a/programs/bpf/Cargo.lock b/programs/bpf/Cargo.lock index 35bc3a35a1..7e3ebceede 100644 --- a/programs/bpf/Cargo.lock +++ b/programs/bpf/Cargo.lock @@ -397,7 +397,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "15bf3650200d8bffa99015595e10f1fbd17de07abbc25bb067da79e769939bfa" dependencies = [ "borsh-derive", - "hashbrown", + "hashbrown 0.11.2", ] [[package]] @@ -1557,6 +1557,12 @@ dependencies = [ "ahash", ] +[[package]] +name = "hashbrown" +version = "0.12.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "db0d4cf898abf0081f964436dc980e96670a0f36863e4b83aaacdb65c9d7ccc3" + [[package]] name = "headers" version = "0.3.7" @@ -1820,12 +1826,12 @@ checksum = "5a9d968042a4902e08810946fc7cd5851eb75e80301342305af755ca06cb82ce" [[package]] name = "indexmap" -version = "1.8.1" +version = "1.9.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0f647032dfaa1f8b6dc29bd3edb7bbef4861b8b8007ebb118d6db284fd59f6ee" +checksum = "10a35a97730320ffe8e2d410b5d3b69279b98d2c14bdb8b70ea89ecf7888d41e" dependencies = [ "autocfg", - "hashbrown", + "hashbrown 0.12.1", "rayon", ] @@ -2194,7 +2200,7 @@ version = "0.7.7" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c84e6fe5655adc6ce00787cf7dcaf8dc4f998a0565d23eafc207a8b08ca3349a" dependencies = [ - "hashbrown", + "hashbrown 0.11.2", ] [[package]] diff --git a/storage-bigtable/build-proto/Cargo.lock b/storage-bigtable/build-proto/Cargo.lock index f13dd33e3f..8d5bf7e470 100644 --- a/storage-bigtable/build-proto/Cargo.lock +++ b/storage-bigtable/build-proto/Cargo.lock @@ -70,9 +70,9 @@ checksum = "398ea4fabe40b9b0d885340a2a991a44c8a645624075ad966d21f88688e2b69e" [[package]] name = "hashbrown" -version = "0.11.2" +version = "0.12.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ab5ef0d4909ef3724cc8cce6ccc8572c5c817592e9285f5464f8e86f8bd3726e" +checksum = "db0d4cf898abf0081f964436dc980e96670a0f36863e4b83aaacdb65c9d7ccc3" [[package]] name = "heck" @@ -82,9 +82,9 @@ checksum = "2540771e65fc8cb83cd6e8a237f70c319bd5c29f78ed1084ba5d50eeac86f7f9" [[package]] name = "indexmap" -version = "1.8.1" +version = "1.9.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0f647032dfaa1f8b6dc29bd3edb7bbef4861b8b8007ebb118d6db284fd59f6ee" +checksum = "10a35a97730320ffe8e2d410b5d3b69279b98d2c14bdb8b70ea89ecf7888d41e" dependencies = [ "autocfg", "hashbrown", diff --git a/streamer/Cargo.toml b/streamer/Cargo.toml index 7a89d07731..dd12051ac3 100644 --- a/streamer/Cargo.toml +++ b/streamer/Cargo.toml @@ -13,7 +13,7 @@ edition = "2021" crossbeam-channel = "0.5" futures-util = "0.3.21" histogram = "0.6.9" -indexmap = "1.8.1" +indexmap = "1.9.1" itertools = "0.10.3" libc = "0.2.126" log = "0.4.17" diff --git a/tokens/Cargo.toml b/tokens/Cargo.toml index 5ba574561d..5173c9bb2a 100644 --- a/tokens/Cargo.toml +++ b/tokens/Cargo.toml @@ -15,7 +15,7 @@ clap = "2.33.0" console = "0.15.0" csv = "1.1.6" ctrlc = { version = "3.2.2", features = ["termination"] } -indexmap = "1.8.1" +indexmap = "1.9.1" indicatif = "0.16.2" pickledb = "0.4.1" serde = { version = "1.0", features = ["derive"] }