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] <support@github.com>
This commit is contained in:
dependabot[bot] 2023-06-28 23:18:04 +00:00 committed by Bo Chen
parent 787f5085b6
commit 1917e86206
3 changed files with 6 additions and 6 deletions

8
Cargo.lock generated
View File

@ -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",

View File

@ -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"

View File

@ -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" }