From 464f5b373fafb25dcde6c20c160fa0895dd09821 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Nov 2023 01:11:10 +0000 Subject: [PATCH] Update indexmap requirement from 1.6.2 to 2.1.0 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.1.0) --- 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..80bb05f 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.1.0" default-features = false [dev-dependencies]