From d774c0ff09072a1f563f6843dfed28c6b0e972ec Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 May 2023 18:14:39 +0000 Subject: [PATCH] Update bitflags requirement from 1.2 to 2.3 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.3.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..a369ee80a 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.3" log = "0.4" x86 = { version = "0.52", features = ["unstable"] } slabmalloc = "0.10"