From ded8959b9ac068ab7a28149819a02f7e94289734 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Mar 2023 23:04:12 +0000 Subject: [PATCH] build: Bump versionize from 0.1.9 to 0.1.10 Bumps [versionize](https://github.com/firecracker-microvm/versionize) from 0.1.9 to 0.1.10. - [Release notes](https://github.com/firecracker-microvm/versionize/releases) - [Changelog](https://github.com/firecracker-microvm/versionize/blob/main/CHANGELOG.md) - [Commits](https://github.com/firecracker-microvm/versionize/compare/v0.1.9...v0.1.10) --- updated-dependencies: - dependency-name: versionize dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- arch/Cargo.toml | 2 +- block_util/Cargo.toml | 2 +- devices/Cargo.toml | 2 +- net_util/Cargo.toml | 2 +- pci/Cargo.toml | 2 +- virtio-devices/Cargo.toml | 2 +- vm-migration/Cargo.toml | 2 +- vmm/Cargo.toml | 2 +- 9 files changed, 10 insertions(+), 10 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 33defd085..a53530a47 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1329,9 +1329,9 @@ checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426" [[package]] name = "versionize" -version = "0.1.9" +version = "0.1.10" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d6e2495726cf917e7ba7ec8bf0f0fceab543dd38d0a4195ed6bef331e38a290f" +checksum = "dca4b7062e7e6d685901e815c35f9671e059de97c1c0905eeff8592f3fff442f" dependencies = [ "bincode", "crc64", diff --git a/arch/Cargo.toml b/arch/Cargo.toml index 44905ef26..b9c3ed896 100644 --- a/arch/Cargo.toml +++ b/arch/Cargo.toml @@ -18,7 +18,7 @@ log = "0.4.17" serde = { version = "1.0.151", features = ["rc", "derive"] } thiserror = "1.0.39" uuid = "1.3.0" -versionize = "0.1.9" +versionize = "0.1.10" versionize_derive = "0.1.4" vm-memory = { version = "0.10.0", features = ["backend-mmap", "backend-bitmap"] } vm-migration = { path = "../vm-migration" } diff --git a/block_util/Cargo.toml b/block_util/Cargo.toml index 88feb20db..151e6f7c3 100644 --- a/block_util/Cargo.toml +++ b/block_util/Cargo.toml @@ -14,7 +14,7 @@ log = "0.4.17" qcow = { path = "../qcow" } smallvec = "1.10.0" thiserror = "1.0.39" -versionize = "0.1.9" +versionize = "0.1.10" versionize_derive = "0.1.4" vhdx = { path = "../vhdx" } virtio-bindings = { version = "0.2.0", features = ["virtio-v5_0_0"] } diff --git a/devices/Cargo.toml b/devices/Cargo.toml index 948c8e153..c21affaa9 100644 --- a/devices/Cargo.toml +++ b/devices/Cargo.toml @@ -15,7 +15,7 @@ libc = "0.2.139" log = "0.4.17" thiserror = "1.0.39" tpm = { path = "../tpm" } -versionize = "0.1.9" +versionize = "0.1.10" versionize_derive = "0.1.4" vm-device = { path = "../vm-device" } vm-memory = "0.10.0" diff --git a/net_util/Cargo.toml b/net_util/Cargo.toml index 7c1c04ae0..c929e4055 100644 --- a/net_util/Cargo.toml +++ b/net_util/Cargo.toml @@ -13,7 +13,7 @@ net_gen = { path = "../net_gen" } rate_limiter = { path = "../rate_limiter" } serde = "1.0.151" thiserror = "1.0.39" -versionize = "0.1.9" +versionize = "0.1.10" versionize_derive = "0.1.4" virtio-bindings = "0.2.0" virtio-queue = "0.7.1" diff --git a/pci/Cargo.toml b/pci/Cargo.toml index 286abf48e..3dcd1c73a 100644 --- a/pci/Cargo.toml +++ b/pci/Cargo.toml @@ -22,7 +22,7 @@ libc = "0.2.139" log = "0.4.17" serde = { version = "1.0.151", features = ["derive"] } thiserror = "1.0.39" -versionize = "0.1.9" +versionize = "0.1.10" versionize_derive = "0.1.4" vm-allocator = { path = "../vm-allocator" } vm-device = { path = "../vm-device" } diff --git a/virtio-devices/Cargo.toml b/virtio-devices/Cargo.toml index b9fa9d568..300f3fb93 100644 --- a/virtio-devices/Cargo.toml +++ b/virtio-devices/Cargo.toml @@ -26,7 +26,7 @@ serde = { version = "1.0.151", features = ["derive"] } serde_json = "1.0.93" serial_buffer = { path = "../serial_buffer" } thiserror = "1.0.39" -versionize = "0.1.9" +versionize = "0.1.10" versionize_derive = "0.1.4" vhost = { version = "0.6.0", features = ["vhost-user-master", "vhost-user-slave", "vhost-kern", "vhost-vdpa"] } virtio-bindings = { version = "0.2.0", features = ["virtio-v5_0_0"] } diff --git a/vm-migration/Cargo.toml b/vm-migration/Cargo.toml index 558826c24..8d956c0c8 100644 --- a/vm-migration/Cargo.toml +++ b/vm-migration/Cargo.toml @@ -9,6 +9,6 @@ anyhow = "1.0.69" thiserror = "1.0.39" serde = { version = "1.0.151", features = ["rc", "derive"] } serde_json = "1.0.93" -versionize = "0.1.9" +versionize = "0.1.10" versionize_derive = "0.1.4" vm-memory = { version = "0.10.0", features = ["backend-mmap", "backend-atomic"] } diff --git a/vmm/Cargo.toml b/vmm/Cargo.toml index ce8a29352..274916f52 100644 --- a/vmm/Cargo.toml +++ b/vmm/Cargo.toml @@ -42,7 +42,7 @@ signal-hook = "0.3.15" thiserror = "1.0.39" tracer = { path = "../tracer" } uuid = "1.3.0" -versionize = "0.1.9" +versionize = "0.1.10" versionize_derive = "0.1.4" vfio-ioctls = { git = "https://github.com/rust-vmm/vfio", branch = "main", default-features = false } vfio_user = { git = "https://github.com/rust-vmm/vfio-user", branch = "main" }