From 957e65b663bd2dcb0b23b007f65d9d8c0c769b72 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 Apr 2023 00:58:12 +0000 Subject: [PATCH] Update bitflags requirement from 1.2 to 2.2 in /lib/vibrio 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.2.0...2.2.1) --- updated-dependencies: - dependency-name: bitflags dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- lib/vibrio/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/vibrio/Cargo.toml b/lib/vibrio/Cargo.toml index a4ef8c5b2..9fc441355 100644 --- a/lib/vibrio/Cargo.toml +++ b/lib/vibrio/Cargo.toml @@ -14,7 +14,7 @@ crate-type = ["staticlib", "rlib"] [dependencies] kpi = { path = "../kpi" } lineup = { path = "../lineup" } -bitflags = "1.2" +bitflags = "2.2" log = "0.4" x86 = { version = "0.52", features = ["unstable"] } slabmalloc = "0.10"