From 255b823bcc621646666f64e1daab0dd395d5855f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Mar 2023 15:13:16 +0000 Subject: [PATCH] Update bitflags requirement from 1 to 2 Updates the requirements on [bitflags](https://github.com/bitflags/bitflags) to permit the latest version. - [Release notes](https://github.com/bitflags/bitflags/releases) - [Changelog](https://github.com/bitflags/bitflags/blob/main/CHANGELOG.md) - [Commits](https://github.com/bitflags/bitflags/compare/1.0.0...2.0.0) --- updated-dependencies: - dependency-name: bitflags 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 29c4837..3c635de 100644 --- a/gdnative-core/Cargo.toml +++ b/gdnative-core/Cargo.toml @@ -24,7 +24,7 @@ gdnative-impl-proc-macros = { path = "../impl/proc-macros", version = "=0.11.3" ahash = "0.8" approx = "0.5" atomic-take = "1" -bitflags = "1" +bitflags = "2" glam = "0.22" indexmap = "1" inventory = { version = "0.3", optional = true }