From 7a75522885b2db3c9c868455933d37f5bae348d5 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 1 Jun 2020 18:20:27 +0000 Subject: [PATCH] Bump indexmap from 1.3.2 to 1.4.0 Bumps [indexmap](https://github.com/bluss/indexmap) from 1.3.2 to 1.4.0. - [Release notes](https://github.com/bluss/indexmap/releases) - [Commits](https://github.com/bluss/indexmap/compare/1.3.2...1.4.0) Signed-off-by: dependabot-preview[bot] --- Cargo.lock | 4 ++-- zebra-network/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f2d0fde6..911ae0cd 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -751,9 +751,9 @@ checksum = "e0bd112d44d9d870a6819eb505d04dd92b5e4d94bb8c304924a0872ae7016fb5" [[package]] name = "indexmap" -version = "1.3.2" +version = "1.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "076f042c5b7b98f31d205f1249267e12a6518c1481e9dae9764af19b707d2292" +checksum = "c398b2b113b55809ceb9ee3e753fcbac793f1956663f3c36549c1346015c2afe" dependencies = [ "autocfg", ] diff --git a/zebra-network/Cargo.toml b/zebra-network/Cargo.toml index 8bca33d3..06076a26 100644 --- a/zebra-network/Cargo.toml +++ b/zebra-network/Cargo.toml @@ -15,7 +15,7 @@ chrono = "0.4" hex = "0.4" # indexmap has rayon support for parallel iteration, # which we don't use, so disable it to drop the dependencies. -indexmap = { version = "1.3", default-features = false } +indexmap = { version = "1.4", default-features = false } pin-project = "0.4" proptest = "0.10" proptest-derive = "0.2.0"