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

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"