Bump indexmap from 1.8.2 to 1.9.1 (#99)

Bumps [indexmap](https://github.com/bluss/indexmap) from 1.8.2 to 1.9.1.
- [Release notes](https://github.com/bluss/indexmap/releases)
- [Changelog](https://github.com/bluss/indexmap/blob/master/RELEASES.md)
- [Commits](https://github.com/bluss/indexmap/compare/1.8.2...1.9.1)

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

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2022-07-02 19:05:58 -07:00 committed by GitHub
parent d34f44c5ff
commit 9e84bde032
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ description = "An OpenAPI client generator - core implementation"
[dependencies]
heck = "0.4.0"
getopts = "0.2"
indexmap = "1.8"
indexmap = "1.9"
openapiv3 = "1.0.0"
proc-macro2 = "1.0"
quote = "1.0"