Bump indexmap from 1.6.0 to 1.6.1

Bumps [indexmap](https://github.com/bluss/indexmap) from 1.6.0 to 1.6.1.
- [Release notes](https://github.com/bluss/indexmap/releases)
- [Commits](https://github.com/bluss/indexmap/compare/1.6.0...1.6.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot] 2020-12-15 10:44:12 +00:00 committed by GitHub
parent 9038c5a17a
commit 8894f10de7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
7 changed files with 8 additions and 8 deletions

4
Cargo.lock generated
View File

@ -1120,9 +1120,9 @@ dependencies = [
[[package]]
name = "indexmap"
version = "1.6.0"
version = "1.6.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "55e2e4c765aa53a0424761bf9f41aa7a6ac1efa87238f59560640e27fca028f2"
checksum = "4fb1fa934250de4de8aef298d81c729a7d33d8c239daa3a7575e6b92bfc7313b"
dependencies = [
"autocfg",
"hashbrown",

View File

@ -43,7 +43,7 @@ version = "1.1.3"
default-features = false
[dependencies.indexmap]
version = "1.6.0"
version = "1.6.1"
features = [ "serde-1" ]
[dependencies.pest]

View File

@ -91,7 +91,7 @@ version = "1.0"
version = "0.4.2"
[dependencies.indexmap]
version = "1.6.0"
version = "1.6.1"
features = [ "serde-1" ]
[dependencies.pest]

View File

@ -26,7 +26,7 @@ path = "../grammar"
version = "1.0.7"
[dependencies.indexmap]
version = "1.6.0"
version = "1.6.1"
features = [ "serde-1" ]
[dependencies.thiserror]

View File

@ -53,7 +53,7 @@ default-features = false
version = "1.1.3"
[dependencies.indexmap]
version = "1.6.0"
version = "1.6.1"
features = [ "serde-1" ]
[dependencies.rand]

View File

@ -34,7 +34,7 @@ path = "../imports"
version = "1.0.7"
[dependencies.indexmap]
version = "1.6.0"
version = "1.6.1"
features = [ "serde-1" ]
[dependencies.serde]

View File

@ -34,7 +34,7 @@ path = "../symbol-table"
version = "1.0.7"
[dependencies.indexmap]
version = "1.6.0"
version = "1.6.1"
features = [ "serde-1" ]
[dependencies.serde_json]