From 142909a9ccfa5e06f4119cb8605e0a97167010b0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Aug 2023 01:08:07 +0000 Subject: [PATCH] build(deps): update bitflags requirement from 1.2 to 2.4 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.4.0) --- 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..958a96787 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.4" log = "0.4" x86 = { version = "0.52", features = ["unstable"] } slabmalloc = "0.10"