From 9e84bde03286ba785d539141cc9e5804a8b1c8d9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 2 Jul 2022 19:05:58 -0700 Subject: [PATCH] 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- progenitor-impl/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/progenitor-impl/Cargo.toml b/progenitor-impl/Cargo.toml index f0d31b8..963485f 100644 --- a/progenitor-impl/Cargo.toml +++ b/progenitor-impl/Cargo.toml @@ -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"