From 979cf7ac6dbfda02aa81ac1c21c79520e6ef9c05 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 5 Feb 2020 18:53:35 +0000 Subject: [PATCH] Bump indexmap from 1.3.1 to 1.3.2 Bumps [indexmap](https://github.com/bluss/indexmap) from 1.3.1 to 1.3.2. - [Release notes](https://github.com/bluss/indexmap/releases) - [Commits](https://github.com/bluss/indexmap/compare/1.3.1...1.3.2) 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 451c409e..0bbdd326 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -605,9 +605,9 @@ checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39" [[package]] name = "indexmap" -version = "1.3.1" +version = "1.3.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0b54058f0a6ff80b6803da8faf8997cde53872b38f4023728f6830b06cd3c0dc" +checksum = "076f042c5b7b98f31d205f1249267e12a6518c1481e9dae9764af19b707d2292" dependencies = [ "autocfg 1.0.0", ] diff --git a/zebra-network/Cargo.toml b/zebra-network/Cargo.toml index c40fbecf..a3375c28 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.2", default-features = false } +indexmap = { version = "1.3", default-features = false } pin-project = "0.4" proptest = "0.9" proptest-derive = "0.1.0"