From 230f56d550fa29a98aa5d81cac13a2505eac46a2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Apr 2023 16:56:43 +0000 Subject: [PATCH] Update bitflags requirement from ^1.3.2 to ^2.1.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.2...2.1.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 14d3514..3be3c01 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -23,7 +23,7 @@ is-it-maintained-open-issues = { repository = "enarx/xsave" } [dependencies] const-default = { version = "^1.0.0", features = ["derive"] } -bitflags = "^1.3.2" +bitflags = "^2.1.0" [features] default = ["asm"]