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 1/2] 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" From 5f6f07ddc129a6681ed08e312418f85a9e28d48a Mon Sep 17 00:00:00 2001 From: Chitose Yuuzaki Date: Sun, 9 Jul 2023 05:54:20 +0000 Subject: [PATCH 2/2] Bump cargo-dinghy to 0.6.4 --- .github/workflows/full-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/full-ci.yml b/.github/workflows/full-ci.yml index e64bdb226..303d89e4a 100644 --- a/.github/workflows/full-ci.yml +++ b/.github/workflows/full-ci.yml @@ -29,7 +29,7 @@ env: # Note: using variables is limited at the moment, see https://github.com/actions/runner/issues/480 GDRUST_FEATURES: "gdnative/async,gdnative/serde,gdnative_bindings_generator/debug" CARGO_DENY_VERSION: "0.11.4" - CARGO_DINGHY_VERSION: "0.4.71" + CARGO_DINGHY_VERSION: "0.6.4" CARGO_MACHETE_VERSION: "0.3" on: