From 289f0aa5996b0a5b19720555e0060d4255659d53 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Jun 2023 04:58:23 +0000 Subject: [PATCH] Update indexmap requirement from 1 to 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.0.0...2.0.0) --- updated-dependencies: - dependency-name: indexmap dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- gdnative-core/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gdnative-core/Cargo.toml b/gdnative-core/Cargo.toml index 3b2eb9f77..e0938557d 100644 --- a/gdnative-core/Cargo.toml +++ b/gdnative-core/Cargo.toml @@ -26,7 +26,7 @@ approx = "0.5" atomic-take = "1" bitflags = "1" glam = "0.24" -indexmap = "1" +indexmap = "2" inventory = { version = "0.3", optional = true } libc = "0.2" once_cell = "1"