From 6e35fe741ec75febd9ea91ff471b6161705c9ab0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Oct 2023 23:10:01 +0000 Subject: [PATCH] build: Bump bitflags from 2.3.3 to 2.4.1 Bumps [bitflags](https://github.com/bitflags/bitflags) from 2.3.3 to 2.4.1. - [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/2.3.3...2.4.1) --- updated-dependencies: - dependency-name: bitflags dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 12 ++++++------ devices/Cargo.toml | 2 +- vmm/Cargo.toml | 2 +- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 4acbe7e00..bbf403f25 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -287,9 +287,9 @@ checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a" [[package]] name = "bitflags" -version = "2.3.3" +version = "2.4.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "630be753d4e58660abd17930c71b647fe46c27ea6b63cc59e1e3851406972e42" +checksum = "327762f6e5a765692301e5bb513e0d9fef63be86bbc14528052b1cd3e6f03e07" [[package]] name = "block" @@ -500,7 +500,7 @@ dependencies = [ "acpi_tables", "anyhow", "arch", - "bitflags 2.3.3", + "bitflags 2.4.1", "byteorder", "event_monitor", "hypervisor", @@ -605,7 +605,7 @@ version = "4.3.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "74351c3392ea1ff6cd2628e0042d268ac2371cb613252ff383b6dfa50d22fa79" dependencies = [ - "bitflags 2.3.3", + "bitflags 2.4.1", "libc", ] @@ -1704,7 +1704,7 @@ version = "0.38.8" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "19ed4fa021d81c8392ce04db050a3da9a60299050b7ae1cf482d862b54a7218f" dependencies = [ - "bitflags 2.3.3", + "bitflags 2.4.1", "errno", "libc", "linux-raw-sys 0.4.5", @@ -2360,7 +2360,7 @@ dependencies = [ "anyhow", "arc-swap", "arch", - "bitflags 2.3.3", + "bitflags 2.4.1", "block", "blocking", "cfg-if", diff --git a/devices/Cargo.toml b/devices/Cargo.toml index 6220ec6d3..76f4146ac 100644 --- a/devices/Cargo.toml +++ b/devices/Cargo.toml @@ -8,7 +8,7 @@ edition = "2021" acpi_tables = { git = "https://github.com/rust-vmm/acpi_tables", branch = "main" } anyhow = "1.0.75" arch = { path = "../arch" } -bitflags = "2.3.3" +bitflags = "2.4.1" byteorder = "1.4.3" event_monitor = { path = "../event_monitor" } hypervisor = { path = "../hypervisor" } diff --git a/vmm/Cargo.toml b/vmm/Cargo.toml index 0cfddbe76..73030e49e 100644 --- a/vmm/Cargo.toml +++ b/vmm/Cargo.toml @@ -20,7 +20,7 @@ acpi_tables = { git = "https://github.com/rust-vmm/acpi_tables", branch = "main" anyhow = "1.0.75" arc-swap = "1.5.1" arch = { path = "../arch" } -bitflags = "2.3.3" +bitflags = "2.4.1" block = { path = "../block" } blocking = { version = "1.3.0", optional = true } cfg-if = "1.0.0"