Merge pull request #1849 from AleoHQ/dependabot/cargo/testnet3/indexmap-1.8.2

Bump indexmap from 1.8.1 to 1.8.2
This commit is contained in:
Collin Chin 2022-05-31 12:17:35 -04:00 committed by GitHub
commit c76dd47dd6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

4
Cargo.lock generated
View File

@ -1073,9 +1073,9 @@ dependencies = [
[[package]]
name = "indexmap"
version = "1.8.1"
version = "1.8.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0f647032dfaa1f8b6dc29bd3edb7bbef4861b8b8007ebb118d6db284fd59f6ee"
checksum = "e6012d540c5baa3589337a98ce73408de9b5a25ec9fc2c6fd6be8f0d39e0ca5a"
dependencies = [
"autocfg",
"hashbrown 0.11.2",