chore: bump indexmap from 1.6.2 to 1.7.0 (#18322)

* chore: bump indexmap from 1.6.2 to 1.7.0

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

---
updated-dependencies:
- dependency-name: indexmap
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* [auto-commit] Update all Cargo lock files

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: dependabot-buildkite <dependabot-buildkite@noreply.solana.com>
This commit is contained in:
dependabot[bot]
2021-06-30 09:25:01 -06:00
committed by GitHub
parent 7a73314b24
commit e9165232ef
7 changed files with 38 additions and 22 deletions

View File

@ -26,7 +26,7 @@ crossbeam-channel = "0.5"
ed25519-dalek = "=1.0.1"
fs_extra = "1.2.0"
flate2 = "1.0"
indexmap = { version = "1.6", features = ["rayon"] }
indexmap = { version = "1.7", features = ["rayon"] }
itertools = "0.10.1"
libc = "0.2.97"
log = "0.4.11"