From eb28a432796f8d365c0667d949f0bb8b957f08ea Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Mar 2023 16:08:35 +0000 Subject: [PATCH] Update bitflags requirement from 1.3 to 2.0 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.3.0...2.0.0) --- updated-dependencies: - dependency-name: bitflags dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index b55e70f6..137cbd11 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -25,7 +25,7 @@ members = [ "xrbk", "xrbk_macro" ] [dependencies] xrbk = { path = "./xrbk" } # (de)serialization -bitflags = "1.3" # bit masks - representations of masks +bitflags = "2.0" # bit masks - representations of masks array-init = "2.1.0" # easy array initialization thiserror = "1" # error handling derive_more = "0.99" # derive more useful traits