From 1917e862062b8be8e8c8a263f434cb06f22aee3c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 28 Jun 2023 23:18:04 +0000 Subject: [PATCH] build: Bump bitflags from 2.3.2 to 2.3.3 Bumps [bitflags](https://github.com/bitflags/bitflags) from 2.3.2 to 2.3.3. - [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.2...2.3.3) --- updated-dependencies: - dependency-name: bitflags dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 8 ++++---- devices/Cargo.toml | 2 +- vmm/Cargo.toml | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 5195fe415..985b28c84 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -269,9 +269,9 @@ checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a" [[package]] name = "bitflags" -version = "2.3.2" +version = "2.3.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6dbe3c979c178231552ecba20214a8272df4e09f232a87aef4320cf06539aded" +checksum = "630be753d4e58660abd17930c71b647fe46c27ea6b63cc59e1e3851406972e42" [[package]] name = "block-buffer" @@ -471,7 +471,7 @@ dependencies = [ "acpi_tables", "anyhow", "arch", - "bitflags 2.3.2", + "bitflags 2.3.3", "byteorder", "hypervisor", "libc", @@ -2253,7 +2253,7 @@ dependencies = [ "anyhow", "arc-swap", "arch", - "bitflags 2.3.2", + "bitflags 2.3.3", "block_util", "blocking", "devices", diff --git a/devices/Cargo.toml b/devices/Cargo.toml index 8f7f36919..52a40471f 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.71" arch = { path = "../arch" } -bitflags = "2.3.2" +bitflags = "2.3.3" byteorder = "1.4.3" hypervisor = { path = "../hypervisor" } libc = "0.2.139" diff --git a/vmm/Cargo.toml b/vmm/Cargo.toml index 7a7df79b9..99b21db1a 100644 --- a/vmm/Cargo.toml +++ b/vmm/Cargo.toml @@ -18,7 +18,7 @@ acpi_tables = { git = "https://github.com/rust-vmm/acpi_tables", branch = "main" anyhow = "1.0.71" arc-swap = "1.5.1" arch = { path = "../arch" } -bitflags = "2.3.2" +bitflags = "2.3.3" block_util = { path = "../block_util" } blocking = { version = "1.3.0", optional = true } devices = { path = "../devices" }