From c764020b4e8922f4fffc5d7b0cd44b36e0ff3fd4 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 9 Mar 2021 00:46:13 +0000 Subject: [PATCH] Bump indexmap from 1.6.1 to 1.6.2 Bumps [indexmap](https://github.com/bluss/indexmap) from 1.6.1 to 1.6.2. - [Release notes](https://github.com/bluss/indexmap/releases) - [Commits](https://github.com/bluss/indexmap/compare/1.6.1...1.6.2) Signed-off-by: dependabot-preview[bot] --- Cargo.lock | 4 ++-- ast/Cargo.toml | 2 +- compiler/Cargo.toml | 2 +- imports/Cargo.toml | 2 +- state/Cargo.toml | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 6c152769ac..3be72f8b2a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1051,9 +1051,9 @@ dependencies = [ [[package]] name = "indexmap" -version = "1.6.1" +version = "1.6.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4fb1fa934250de4de8aef298d81c729a7d33d8c239daa3a7575e6b92bfc7313b" +checksum = "824845a0bf897a9042383849b02c1bc219c2383772efcd5c6f9766fa4b81aef3" dependencies = [ "autocfg", "hashbrown", diff --git a/ast/Cargo.toml b/ast/Cargo.toml index c98dd62d73..3ec4548606 100644 --- a/ast/Cargo.toml +++ b/ast/Cargo.toml @@ -22,7 +22,7 @@ path = "../input" version = "1.2.3" [dependencies.indexmap] -version = "1.6.1" +version = "1.6.2" features = [ "serde-1" ] [dependencies.pest] diff --git a/compiler/Cargo.toml b/compiler/Cargo.toml index 3f65f95a8e..663f987286 100644 --- a/compiler/Cargo.toml +++ b/compiler/Cargo.toml @@ -79,7 +79,7 @@ version = "1.3" version = "0.4.2" [dependencies.indexmap] -version = "1.6.1" +version = "1.6.2" features = [ "serde-1" ] [dependencies.pest] diff --git a/imports/Cargo.toml b/imports/Cargo.toml index c7e143d0a1..8ab4665f8a 100644 --- a/imports/Cargo.toml +++ b/imports/Cargo.toml @@ -30,7 +30,7 @@ path = "../parser" version = "1.2.3" [dependencies.indexmap] -version = "1.6.1" +version = "1.6.2" features = [ "serde-1" ] [dependencies.thiserror] diff --git a/state/Cargo.toml b/state/Cargo.toml index 72b7c71b02..63f590435c 100644 --- a/state/Cargo.toml +++ b/state/Cargo.toml @@ -41,7 +41,7 @@ default-features = false version = "0.2.0" [dependencies.indexmap] -version = "1.6.1" +version = "1.6.2" features = [ "serde-1" ] [dependencies.rand]