From 004e4366c4b45a131959174fe630b6d366657185 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Oct 2023 23:06:26 +0000 Subject: [PATCH] build(deps): bump the data-structures group with 1 update (#7656) Bumps the data-structures group with 1 update: [indexmap](https://github.com/bluss/indexmap). - [Changelog](https://github.com/bluss/indexmap/blob/master/RELEASES.md) - [Commits](https://github.com/bluss/indexmap/compare/2.0.0...2.0.1) --- updated-dependencies: - dependency-name: indexmap dependency-type: direct:production update-type: version-update:semver-patch dependency-group: data-structures ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: teor --- Cargo.lock | 24 ++++++++++++------------ zebra-network/Cargo.toml | 2 +- zebra-rpc/Cargo.toml | 2 +- zebra-state/Cargo.toml | 2 +- zebra-test/Cargo.toml | 2 +- zebrad/Cargo.toml | 2 +- 6 files changed, 17 insertions(+), 17 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 8091f58a..82a2f774 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2038,9 +2038,9 @@ dependencies = [ [[package]] name = "indexmap" -version = "2.0.0" +version = "2.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d5477fe2230a79769d8dc68e0eabf5437907c0457a5614a9e8dddb67f65eb65d" +checksum = "ad227c3af19d4914570ad36d30409928b75967c298feb9ea1969db3a610bb14e" dependencies = [ "equivalent", "hashbrown 0.14.0", @@ -2942,7 +2942,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e1d3afd2628e69da2be385eb6f2fd57c8ac7977ceeff6dc166ff1657b0e386a9" dependencies = [ "fixedbitset", - "indexmap 2.0.0", + "indexmap 2.0.1", ] [[package]] @@ -3956,7 +3956,7 @@ version = "1.0.107" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "6b420ce6e3d8bd882e9b243c6eed35dbc9a6110c9769e74b584e0d68d1f20c65" dependencies = [ - "indexmap 2.0.0", + "indexmap 2.0.1", "itoa", "ryu", "serde", @@ -4003,7 +4003,7 @@ dependencies = [ "chrono", "hex", "indexmap 1.9.3", - "indexmap 2.0.0", + "indexmap 2.0.1", "serde", "serde_json", "serde_with_macros 3.3.0", @@ -4536,7 +4536,7 @@ version = "0.19.15" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1b5bb770da30e5cbfde35a2d7b9b8a2c4b8ef89548a7a6aeab5c9a576e3e7421" dependencies = [ - "indexmap 2.0.0", + "indexmap 2.0.1", "toml_datetime", "winnow", ] @@ -4547,7 +4547,7 @@ version = "0.20.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "8ff63e60a958cefbb518ae1fd6566af80d9d4be430a33f3723dfc47d1d411d95" dependencies = [ - "indexmap 2.0.0", + "indexmap 2.0.1", "serde", "serde_spanned", "toml_datetime", @@ -5693,7 +5693,7 @@ dependencies = [ "hex", "howudoin", "humantime-serde", - "indexmap 2.0.0", + "indexmap 2.0.1", "itertools 0.11.0", "lazy_static", "metrics", @@ -5741,7 +5741,7 @@ dependencies = [ "futures", "hex", "hyper", - "indexmap 2.0.0", + "indexmap 2.0.1", "insta", "jsonrpc-core", "jsonrpc-derive", @@ -5793,7 +5793,7 @@ dependencies = [ "hex-literal", "howudoin", "humantime-serde", - "indexmap 2.0.0", + "indexmap 2.0.1", "insta", "itertools 0.11.0", "jubjub", @@ -5830,7 +5830,7 @@ dependencies = [ "futures", "hex", "humantime", - "indexmap 2.0.0", + "indexmap 2.0.1", "insta", "lazy_static", "once_cell", @@ -5887,7 +5887,7 @@ dependencies = [ "howudoin", "humantime-serde", "hyper", - "indexmap 2.0.0", + "indexmap 2.0.1", "indicatif", "inferno", "insta", diff --git a/zebra-network/Cargo.toml b/zebra-network/Cargo.toml index 763cf681..a1dc2e47 100644 --- a/zebra-network/Cargo.toml +++ b/zebra-network/Cargo.toml @@ -47,7 +47,7 @@ chrono = { version = "0.4.31", default-features = false, features = ["clock", "s dirs = "5.0.1" hex = "0.4.3" humantime-serde = "1.1.1" -indexmap = { version = "2.0.0", features = ["serde"] } +indexmap = { version = "2.0.1", features = ["serde"] } itertools = "0.11.0" lazy_static = "1.4.0" num-integer = "0.1.45" diff --git a/zebra-rpc/Cargo.toml b/zebra-rpc/Cargo.toml index 5e87c892..95e48569 100644 --- a/zebra-rpc/Cargo.toml +++ b/zebra-rpc/Cargo.toml @@ -52,7 +52,7 @@ num_cpus = "1.16.0" # zebra-rpc needs the preserve_order feature in serde_json, which is a dependency of jsonrpc-core serde_json = { version = "1.0.107", features = ["preserve_order"] } -indexmap = { version = "2.0.0", features = ["serde"] } +indexmap = { version = "2.0.1", features = ["serde"] } tokio = { version = "1.33.0", features = ["time", "rt-multi-thread", "macros", "tracing"] } tower = "0.4.13" diff --git a/zebra-state/Cargo.toml b/zebra-state/Cargo.toml index da0138b0..29caca7b 100644 --- a/zebra-state/Cargo.toml +++ b/zebra-state/Cargo.toml @@ -50,7 +50,7 @@ futures = "0.3.28" hex = "0.4.3" hex-literal = "0.4.1" humantime-serde = "1.1.1" -indexmap = "2.0.0" +indexmap = "2.0.1" itertools = "0.11.0" lazy_static = "1.4.0" metrics = "0.21.1" diff --git a/zebra-test/Cargo.toml b/zebra-test/Cargo.toml index 3a6bde51..fc20b7ad 100644 --- a/zebra-test/Cargo.toml +++ b/zebra-test/Cargo.toml @@ -16,7 +16,7 @@ categories = ["command-line-utilities", "cryptography::cryptocurrencies"] [dependencies] hex = "0.4.3" -indexmap = "2.0.0" +indexmap = "2.0.1" lazy_static = "1.4.0" insta = "1.33.0" proptest = "1.3.1" diff --git a/zebrad/Cargo.toml b/zebrad/Cargo.toml index c97796ce..4493d14b 100644 --- a/zebrad/Cargo.toml +++ b/zebrad/Cargo.toml @@ -156,7 +156,7 @@ abscissa_core = "0.7.0" clap = { version = "4.4.4", features = ["cargo"] } chrono = { version = "0.4.31", default-features = false, features = ["clock", "std"] } humantime-serde = "1.1.1" -indexmap = "2.0.0" +indexmap = "2.0.1" lazy_static = "1.4.0" semver = "1.0.18" serde = { version = "1.0.188", features = ["serde_derive"] }