From 57bdce132e133d2e0fb8e948940d2a0e67a5eb04 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 17 Jul 2025 16:21:36 +0000 Subject: [PATCH] Update bitflags requirement from 1.2 to 2.9 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.9.1) --- updated-dependencies: - dependency-name: bitflags dependency-version: 2.9.1 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..b9125201f 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.9" log = "0.4" x86 = { version = "0.52", features = ["unstable"] } slabmalloc = "0.10"