From 787937c36e160082a9f33c5810fe50f246d80bfd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Jun 2022 10:24:48 +0000 Subject: [PATCH] Bump indexmap from 1.8.2 to 1.9.0 Bumps [indexmap](https://github.com/bluss/indexmap) from 1.8.2 to 1.9.0. - [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.2...1.9.0) --- updated-dependencies: - dependency-name: indexmap dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 14 ++++---------- Cargo.toml | 2 +- leo/package/Cargo.toml | 2 +- 3 files changed, 6 insertions(+), 12 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 4a9b954136..9cff4a3c98 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -897,12 +897,6 @@ version = "1.8.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "eabb4a44450da02c90444cf74558da904edde8fb4e9035a9a6a4e15445af0bd7" -[[package]] -name = "hashbrown" -version = "0.11.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ab5ef0d4909ef3724cc8cce6ccc8572c5c817592e9285f5464f8e86f8bd3726e" - [[package]] name = "hashbrown" version = "0.12.1" @@ -1026,12 +1020,12 @@ dependencies = [ [[package]] name = "indexmap" -version = "1.8.2" +version = "1.9.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e6012d540c5baa3589337a98ce73408de9b5a25ec9fc2c6fd6be8f0d39e0ca5a" +checksum = "6c6392766afd7964e2531940894cffe4bd8d7d17dbc3c1c4857040fd4b33bdb3" dependencies = [ "autocfg", - "hashbrown 0.11.2", + "hashbrown", "serde", ] @@ -2148,7 +2142,7 @@ dependencies = [ "curl", "derivative", "digest", - "hashbrown 0.12.1", + "hashbrown", "hex", "itertools", "lazy_static", diff --git a/Cargo.toml b/Cargo.toml index 0285203ab5..9e14f1aef7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -74,7 +74,7 @@ version = "0.15.0" version = "4.0.0" [dependencies.indexmap] -version = "1.8" +version = "1.9" features = ["serde"] [dependencies.lazy_static] diff --git a/leo/package/Cargo.toml b/leo/package/Cargo.toml index a72f91e562..53c5479d22 100644 --- a/leo/package/Cargo.toml +++ b/leo/package/Cargo.toml @@ -23,7 +23,7 @@ path = "../errors" version = "1.5.3" [dependencies.indexmap] -version = "1.8" +version = "1.9" features = ["serde"] [dependencies.serde]