build: Use fixed versions in Cargo.toml files

This doesn't really affect the build as we ship a Cargo.lock with fixed
versions in. However for clarity it makes sense to use fixed versions
throughout and let dependabot update them.

Signed-off-by: Rob Bradford <robert.bradford@intel.com>
This commit is contained in:
Rob Bradford
2021-08-06 10:11:40 +01:00
committed by Sebastien Boeuf
parent b4f887ea80
commit f7f2f25a57
19 changed files with 103 additions and 91 deletions

52
fuzz/Cargo.lock generated
View File

@@ -6,7 +6,7 @@ version = 3
name = "acpi_tables"
version = "0.1.0"
dependencies = [
"vm-memory",
"vm-memory 0.6.0",
]
[[package]]
@@ -60,7 +60,7 @@ dependencies = [
"versionize",
"versionize_derive",
"vm-fdt",
"vm-memory",
"vm-memory 0.6.0",
"vm-migration",
"vmm-sys-util",
]
@@ -103,7 +103,7 @@ dependencies = [
"versionize",
"versionize_derive",
"virtio-bindings",
"vm-memory",
"vm-memory 0.6.0",
"vm-virtio",
"vmm-sys-util",
]
@@ -159,7 +159,7 @@ dependencies = [
"serde_json",
"signal-hook",
"thiserror",
"vm-memory",
"vm-memory 0.6.0",
"vmm",
"vmm-sys-util",
]
@@ -175,7 +175,7 @@ dependencies = [
"qcow",
"seccomp",
"virtio-devices",
"vm-memory",
"vm-memory 0.6.0",
"vm-virtio",
"vmm-sys-util",
]
@@ -201,7 +201,7 @@ dependencies = [
"versionize",
"versionize_derive",
"vm-device",
"vm-memory",
"vm-memory 0.6.0",
"vm-migration",
"vmm-sys-util",
]
@@ -256,7 +256,7 @@ dependencies = [
"serde_derive",
"serde_json",
"thiserror",
"vm-memory",
"vm-memory 0.6.0",
"vmm-sys-util",
]
@@ -336,7 +336,7 @@ version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c819cc8275b0f2c1ed9feec455ca288b45d82932384a6a5f7a86812ee3427459"
dependencies = [
"vm-memory",
"vm-memory 0.6.0",
]
[[package]]
@@ -351,7 +351,7 @@ dependencies = [
[[package]]
name = "micro_http"
version = "0.1.0"
source = "git+https://github.com/firecracker-microvm/micro-http?branch=main#9b605a8b61df602cda62076d30d9f70307ea336f"
source = "git+https://github.com/firecracker-microvm/micro-http?branch=main#9517a300370a158a7af0996b7eebf040d171e1a4"
dependencies = [
"libc",
"vmm-sys-util",
@@ -377,7 +377,7 @@ dependencies = [
"versionize",
"versionize_derive",
"virtio-bindings",
"vm-memory",
"vm-memory 0.6.0",
"vm-virtio",
"vmm-sys-util",
]
@@ -401,13 +401,14 @@ dependencies = [
"hypervisor",
"libc",
"log",
"thiserror",
"versionize",
"versionize_derive",
"vfio-bindings",
"vfio-ioctls",
"vm-allocator",
"vm-device",
"vm-memory",
"vm-memory 0.6.0",
"vm-migration",
"vmm-sys-util",
]
@@ -655,17 +656,18 @@ dependencies = [
"kvm-ioctls",
"log",
"vfio-bindings",
"vm-memory",
"vm-memory 0.5.0",
"vmm-sys-util",
]
[[package]]
name = "vhost"
version = "0.1.0"
source = "git+https://github.com/rust-vmm/vhost?branch=master#37a6a8e46444e9e4b59be5bff82e5c22a879f0c4"
source = "git+https://github.com/rust-vmm/vhost?branch=master#14d754c5c77f06d5af8fc48b2634debd5fbd9a18"
dependencies = [
"bitflags",
"libc",
"vm-memory 0.6.0",
"vmm-sys-util",
]
@@ -702,7 +704,7 @@ dependencies = [
"virtio-bindings",
"vm-allocator",
"vm-device",
"vm-memory",
"vm-memory 0.6.0",
"vm-migration",
"vm-virtio",
"vmm-sys-util",
@@ -714,7 +716,7 @@ version = "0.1.0"
dependencies = [
"arch",
"libc",
"vm-memory",
"vm-memory 0.6.0",
]
[[package]]
@@ -727,19 +729,29 @@ dependencies = [
"serde_json",
"thiserror",
"vfio-ioctls",
"vm-memory",
"vm-memory 0.6.0",
"vmm-sys-util",
]
[[package]]
name = "vm-fdt"
version = "0.1.0"
source = "git+https://github.com/rust-vmm/vm-fdt?branch=master#13ab882e2f8387753064351c69fbe35c422b448b"
source = "git+https://github.com/rust-vmm/vm-fdt?branch=master#af59838e5df826cd3153d92ed1546f0b2cc454f7"
[[package]]
name = "vm-memory"
version = "0.5.0"
source = "git+https://github.com/rust-vmm/vm-memory?rev=5bd7138758183a73ac0da27ce40c004d95f1a7e9#5bd7138758183a73ac0da27ce40c004d95f1a7e9"
dependencies = [
"libc",
"winapi",
]
[[package]]
name = "vm-memory"
version = "0.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0a8ebcb86ca457f9d6e14cf97009f679952eba42f0113de5db596e514cd0e43b"
dependencies = [
"arc-swap",
"libc",
@@ -757,7 +769,7 @@ dependencies = [
"thiserror",
"versionize",
"versionize_derive",
"vm-memory",
"vm-memory 0.6.0",
]
[[package]]
@@ -766,7 +778,7 @@ version = "0.1.0"
dependencies = [
"log",
"virtio-bindings",
"vm-memory",
"vm-memory 0.6.0",
]
[[package]]
@@ -806,7 +818,7 @@ dependencies = [
"virtio-devices",
"vm-allocator",
"vm-device",
"vm-memory",
"vm-memory 0.6.0",
"vm-migration",
"vm-virtio",
"vmm-sys-util",