build: Use released vfio & vhost crates

Replace the git dependencies with newly released versions

Signed-off-by: Rob Bradford <rbradford@meta.com>
This commit is contained in:
Rob Bradford
2026-03-25 05:33:14 -07:00
parent 80ce696006
commit 11d8ac48cb
3 changed files with 32 additions and 23 deletions

20
fuzz/Cargo.lock generated
View File

@@ -1273,16 +1273,18 @@ dependencies = [
[[package]]
name = "vfio-bindings"
version = "0.6.1"
source = "git+https://github.com/rust-vmm/vfio?rev=df861a878168ad71602d8a1945bd3b7acbd22693#df861a878168ad71602d8a1945bd3b7acbd22693"
version = "0.6.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "188dac3057a0cbc94470085204c84b82ff7ec5dac629a514323cd133d1f9abe0"
dependencies = [
"vmm-sys-util",
]
[[package]]
name = "vfio-ioctls"
version = "0.5.2"
source = "git+https://github.com/rust-vmm/vfio?rev=df861a878168ad71602d8a1945bd3b7acbd22693#df861a878168ad71602d8a1945bd3b7acbd22693"
version = "0.5.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c80c6d52f8e592e31a8f7eb45e882a9617aa61ec2479981a175e9f0a79f2434e"
dependencies = [
"byteorder",
"kvm-bindings",
@@ -1297,8 +1299,9 @@ dependencies = [
[[package]]
name = "vfio_user"
version = "0.1.2"
source = "git+https://github.com/rust-vmm/vfio?rev=df861a878168ad71602d8a1945bd3b7acbd22693#df861a878168ad71602d8a1945bd3b7acbd22693"
version = "0.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "731c2582dd43f4f174ab47b4c933a1a9bb872d9d1b7f54c5867e12dbc1491b75"
dependencies = [
"bitflags 2.11.0",
"libc",
@@ -1314,8 +1317,9 @@ dependencies = [
[[package]]
name = "vhost"
version = "0.15.0"
source = "git+https://github.com/rust-vmm/vhost?rev=c9b80a1c93bac7820e4aee4269aa904568937035#c9b80a1c93bac7820e4aee4269aa904568937035"
version = "0.16.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ee90657203a8644e9a0860a0db6a7887d8ef0c7bc09fc22dfa4ae75df65bac86"
dependencies = [
"bitflags 2.11.0",
"libc",