From 716cf831aabbff36f38f4cf8c4a09a32efa9b4ef Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Mar 2023 09:57:56 +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] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 5dce464..61e307b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -55,7 +55,7 @@ csv = { version = "1.1.5", optional = true } serde_json = { version = "1.0.61", optional = true } [dependencies] -bitflags = "1.*" +bitflags = "2.*" bit_field = "0.10.1" raw-cpuid = "10.2.0"