From bfa3214f2fd052002183e923a2919f5dd2937b50 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Jun 2023 17:00:38 +0000 Subject: [PATCH] Update indexmap requirement from 1.9.2 to 2.0.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.9.2...2.0.0) --- updated-dependencies: - dependency-name: indexmap dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- rtic-macros/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rtic-macros/Cargo.toml b/rtic-macros/Cargo.toml index 62734ee795..4649850cb8 100644 --- a/rtic-macros/Cargo.toml +++ b/rtic-macros/Cargo.toml @@ -40,7 +40,7 @@ cortex-m-basepri = [] test-template = [] [dependencies] -indexmap = "1.9.2" +indexmap = "2.0.0" proc-macro2 = "1.0.49" proc-macro-error = "1.0.4" quote = "1.0.23"