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

@@ -14,7 +14,7 @@ bincode = "1.3.3"
bv = { version = "0.11.1", features = ["serde"] }
clap = "2.33.1"
flate2 = "1.0"
indexmap = { version = "1.6", features = ["rayon"] }
indexmap = { version = "1.7", features = ["rayon"] }
itertools = "0.10.1"
log = "0.4.11"
lru = "0.6.5"