Merge pull request #1198 from wasmerio/dependabot/cargo/indexmap-1.3.2

Bump indexmap from 1.3.1 to 1.3.2
This commit is contained in:
Syrus Akbary 2020-02-10 09:43:07 -08:00 committed by GitHub
commit f5ec7d10b6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

4
Cargo.lock generated
View File

@ -563,9 +563,9 @@ checksum = "76cdda6bf525062a0c9e8f14ee2b37935c86b8efb6c8b69b3c83dfb518a914af"
[[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",
"serde",