From 442660c1081c96a908d5c3a585ea5f519b7708aa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 Mar 2024 01:49:46 +0000 Subject: [PATCH] Update indexmap requirement from 1.6.2 to 2.2.5 Updates the requirements on [indexmap](https://github.com/indexmap-rs/indexmap) to permit the latest version. - [Changelog](https://github.com/indexmap-rs/indexmap/blob/master/RELEASES.md) - [Commits](https://github.com/indexmap-rs/indexmap/compare/1.6.2...2.2.5) --- 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 16d4631..7b59862 100644 --- a/parameterized-macro/Cargo.toml +++ b/parameterized-macro/Cargo.toml @@ -29,7 +29,7 @@ version = "2.0.52" features = ["full"] [dependencies.indexmap] -version = "1.6.2" +version = "2.2.5" default-features = false [dev-dependencies]