From 2ecb7739d43f4fdc3b10cda10599fc498f1b5df3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 31 Mar 2022 01:33:47 +0000 Subject: [PATCH] build(deps): bump indexmap from 1.8.0 to 1.8.1 (#4003) Bumps [indexmap](https://github.com/bluss/indexmap) from 1.8.0 to 1.8.1. - [Release notes](https://github.com/bluss/indexmap/releases) - [Changelog](https://github.com/bluss/indexmap/blob/master/RELEASES.md) - [Commits](https://github.com/bluss/indexmap/compare/1.8.0...1.8.1) --- 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 +- zebrad/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c0fb9cb0..54df9ed3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1936,9 +1936,9 @@ checksum = "ce23b50ad8242c51a442f3ff322d56b02f08852c77e4c0b4d3fd684abc89c683" [[package]] name = "indexmap" -version = "1.8.0" +version = "1.8.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "282a6247722caba404c065016bbfa522806e51714c34f5dfc3e4a3a46fcb4223" +checksum = "0f647032dfaa1f8b6dc29bd3edb7bbef4861b8b8007ebb118d6db284fd59f6ee" dependencies = [ "autocfg 1.1.0", "hashbrown", diff --git a/zebra-rpc/Cargo.toml b/zebra-rpc/Cargo.toml index 4fa2d78c..a35864a5 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.79", features = ["preserve_order"] } -indexmap = { version = "1.8.0", features = ["serde"] } +indexmap = { version = "1.8.1", features = ["serde"] } tokio = { version = "1.17.0", features = ["time", "rt-multi-thread", "macros", "tracing"] } tower = "0.4.12" diff --git a/zebrad/Cargo.toml b/zebrad/Cargo.toml index e2369516..7d528bce 100644 --- a/zebrad/Cargo.toml +++ b/zebrad/Cargo.toml @@ -30,7 +30,7 @@ zebra-state = { path = "../zebra-state" } abscissa_core = "0.5" gumdrop = "0.7" chrono = "0.4.19" -indexmap = "1.8.0" +indexmap = "1.8.1" lazy_static = "1.4.0" serde = { version = "1.0.136", features = ["serde_derive"] } toml = "0.5.8"