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] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot] 2021-03-09 00:46:13 +00:00 committed by GitHub
parent c2434919da
commit c764020b4e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 6 additions and 6 deletions

4
Cargo.lock generated
View File

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

View File

@ -22,7 +22,7 @@ path = "../input"
version = "1.2.3" version = "1.2.3"
[dependencies.indexmap] [dependencies.indexmap]
version = "1.6.1" version = "1.6.2"
features = [ "serde-1" ] features = [ "serde-1" ]
[dependencies.pest] [dependencies.pest]

View File

@ -79,7 +79,7 @@ version = "1.3"
version = "0.4.2" version = "0.4.2"
[dependencies.indexmap] [dependencies.indexmap]
version = "1.6.1" version = "1.6.2"
features = [ "serde-1" ] features = [ "serde-1" ]
[dependencies.pest] [dependencies.pest]

View File

@ -30,7 +30,7 @@ path = "../parser"
version = "1.2.3" version = "1.2.3"
[dependencies.indexmap] [dependencies.indexmap]
version = "1.6.1" version = "1.6.2"
features = [ "serde-1" ] features = [ "serde-1" ]
[dependencies.thiserror] [dependencies.thiserror]

View File

@ -41,7 +41,7 @@ default-features = false
version = "0.2.0" version = "0.2.0"
[dependencies.indexmap] [dependencies.indexmap]
version = "1.6.1" version = "1.6.2"
features = [ "serde-1" ] features = [ "serde-1" ]
[dependencies.rand] [dependencies.rand]