From e9a69798601f788cc00a4e09b24dd098d7f09f65 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 13 Oct 2023 01:48:13 +0000 Subject: [PATCH] Update indexmap requirement from 1.6.2 to 2.0.2 Updates the requirements on [indexmap](https://github.com/bluss/indexmap) to permit the latest version. - [Changelog](https://github.com/bluss/indexmap/blob/master/RELEASES.md) - [Commits](https://github.com/bluss/indexmap/compare/1.6.2...2.0.2) --- updated-dependencies: - dependency-name: indexmap dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- parameterized-macro/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/parameterized-macro/Cargo.toml b/parameterized-macro/Cargo.toml index 6918a9e..9a103f2 100644 --- a/parameterized-macro/Cargo.toml +++ b/parameterized-macro/Cargo.toml @@ -29,7 +29,7 @@ version = "2.0.38" features = ["full"] [dependencies.indexmap] -version = "1.6.2" +version = "2.0.2" default-features = false [dev-dependencies]