From 8a00fad8574a7286addd8a6d35d0ad02324ee753 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 May 2022 21:59:30 +0000 Subject: [PATCH] build(deps): bump indexmap from 1.8.1 to 1.8.2 (#4531) Bumps [indexmap](https://github.com/bluss/indexmap) from 1.8.1 to 1.8.2. - [Release notes](https://github.com/bluss/indexmap/releases) - [Changelog](https://github.com/bluss/indexmap/blob/1.8.2/RELEASES.rst) - [Commits](https://github.com/bluss/indexmap/compare/1.8.1...1.8.2) --- updated-dependencies: - dependency-name: indexmap dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- zebra-rpc/Cargo.toml | 2 +- zebra-test/Cargo.toml | 2 +- zebrad/Cargo.toml | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 7262c4dd..c14d8f41 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2200,9 +2200,9 @@ checksum = "ce23b50ad8242c51a442f3ff322d56b02f08852c77e4c0b4d3fd684abc89c683" [[package]] name = "indexmap" -version = "1.8.1" +version = "1.8.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0f647032dfaa1f8b6dc29bd3edb7bbef4861b8b8007ebb118d6db284fd59f6ee" +checksum = "e6012d540c5baa3589337a98ce73408de9b5a25ec9fc2c6fd6be8f0d39e0ca5a" dependencies = [ "autocfg 1.1.0", "hashbrown", diff --git a/zebra-rpc/Cargo.toml b/zebra-rpc/Cargo.toml index 0aaa09b5..9581cfd0 100644 --- a/zebra-rpc/Cargo.toml +++ b/zebra-rpc/Cargo.toml @@ -28,7 +28,7 @@ jsonrpc-derive = "18.0.0" jsonrpc-http-server = "18.0.0" # zebra-rpc needs the preserve_order feature in serde_json, which is a dependency of jsonrpc-core serde_json = { version = "1.0.81", features = ["preserve_order"] } -indexmap = { version = "1.8.1", features = ["serde"] } +indexmap = { version = "1.8.2", features = ["serde"] } tokio = { version = "1.18.2", features = ["time", "rt-multi-thread", "macros", "tracing"] } tower = "0.4.12" diff --git a/zebra-test/Cargo.toml b/zebra-test/Cargo.toml index d5eacd79..7de4946e 100644 --- a/zebra-test/Cargo.toml +++ b/zebra-test/Cargo.toml @@ -9,7 +9,7 @@ edition = "2021" [dependencies] hex = "0.4.3" -indexmap = "1.8.1" +indexmap = "1.8.2" lazy_static = "1.4.0" insta = "1.14.0" proptest = "0.10.1" diff --git a/zebrad/Cargo.toml b/zebrad/Cargo.toml index 0eb84796..08e2d4ed 100644 --- a/zebrad/Cargo.toml +++ b/zebrad/Cargo.toml @@ -56,7 +56,7 @@ zebra-state = { path = "../zebra-state" } abscissa_core = "0.5" gumdrop = "0.7" chrono = "0.4.19" -indexmap = "1.8.1" +indexmap = "1.8.2" lazy_static = "1.4.0" serde = { version = "1.0.137", features = ["serde_derive"] } toml = "0.5.9"