mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2026-08-05 02:19:16 +00:00
build: bump bitfield-struct from 0.11.0 to 0.12.1
Should fix beta clippy. Signed-off-by: Alyssa Ross <hi@alyssa.is>
This commit is contained in:
8
Cargo.lock
generated
8
Cargo.lock
generated
@@ -294,9 +294,9 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "bitfield-struct"
|
name = "bitfield-struct"
|
||||||
version = "0.11.0"
|
version = "0.12.1"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "d3ca019570363e800b05ad4fd890734f28ac7b72f563ad8a35079efb793616f8"
|
checksum = "8769c4854c5ada2852ddf6fd09d15cf43d4c2aaeccb4de6432f5402f08a6003b"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"proc-macro2",
|
"proc-macro2",
|
||||||
"quote",
|
"quote",
|
||||||
@@ -539,7 +539,7 @@ dependencies = [
|
|||||||
"acpi_tables",
|
"acpi_tables",
|
||||||
"anyhow",
|
"anyhow",
|
||||||
"arch",
|
"arch",
|
||||||
"bitfield-struct 0.11.0",
|
"bitfield-struct 0.12.1",
|
||||||
"bitflags 2.9.4",
|
"bitflags 2.9.4",
|
||||||
"byteorder",
|
"byteorder",
|
||||||
"event_monitor",
|
"event_monitor",
|
||||||
@@ -927,7 +927,7 @@ version = "0.1.0"
|
|||||||
dependencies = [
|
dependencies = [
|
||||||
"anyhow",
|
"anyhow",
|
||||||
"arc-swap",
|
"arc-swap",
|
||||||
"bitfield-struct 0.11.0",
|
"bitfield-struct 0.12.1",
|
||||||
"byteorder",
|
"byteorder",
|
||||||
"cfg-if",
|
"cfg-if",
|
||||||
"concat-idents",
|
"concat-idents",
|
||||||
|
|||||||
@@ -8,7 +8,7 @@ version = "0.1.0"
|
|||||||
acpi_tables = { workspace = true }
|
acpi_tables = { workspace = true }
|
||||||
anyhow = { workspace = true }
|
anyhow = { workspace = true }
|
||||||
arch = { path = "../arch" }
|
arch = { path = "../arch" }
|
||||||
bitfield-struct = { version = "0.11.0", optional = true }
|
bitfield-struct = { version = "0.12.0", optional = true }
|
||||||
bitflags = { workspace = true }
|
bitflags = { workspace = true }
|
||||||
byteorder = { workspace = true }
|
byteorder = { workspace = true }
|
||||||
event_monitor = { path = "../event_monitor" }
|
event_monitor = { path = "../event_monitor" }
|
||||||
|
|||||||
@@ -15,7 +15,7 @@ tdx = []
|
|||||||
[dependencies]
|
[dependencies]
|
||||||
anyhow = { workspace = true }
|
anyhow = { workspace = true }
|
||||||
arc-swap = "1.7.1"
|
arc-swap = "1.7.1"
|
||||||
bitfield-struct = "0.11.0"
|
bitfield-struct = "0.12.0"
|
||||||
byteorder = { workspace = true }
|
byteorder = { workspace = true }
|
||||||
cfg-if = { workspace = true }
|
cfg-if = { workspace = true }
|
||||||
concat-idents = "1.1.5"
|
concat-idents = "1.1.5"
|
||||||
|
|||||||
Reference in New Issue
Block a user