From 8ca7318046fa312d56e9f50ffad55d2d22b5c62a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 Aug 2022 00:57:42 +0000 Subject: [PATCH] build: bump remain from 0.2.3 to 0.2.4 Bumps [remain](https://github.com/dtolnay/remain) from 0.2.3 to 0.2.4. - [Release notes](https://github.com/dtolnay/remain/releases) - [Commits](https://github.com/dtolnay/remain/compare/0.2.3...0.2.4) --- updated-dependencies: - dependency-name: remain dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- qcow/Cargo.toml | 2 +- vhdx/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 059ed683a..d05f6906f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -911,9 +911,9 @@ checksum = "a3f87b73ce11b1619a3c6332f45341e0047173771e8b8b73f87bfeefb7b56244" [[package]] name = "remain" -version = "0.2.3" +version = "0.2.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0c35270ea384ac1762895831cc8acb96f171468e52cec82ed9186f9416209fa4" +checksum = "06df529c0d271b27ac4a2c260f5ce2914b60bd44702cecec7b9f271adbdde23b" dependencies = [ "proc-macro2", "quote", diff --git a/qcow/Cargo.toml b/qcow/Cargo.toml index 22a07639e..7a79109ce 100644 --- a/qcow/Cargo.toml +++ b/qcow/Cargo.toml @@ -12,5 +12,5 @@ path = "src/qcow.rs" byteorder = "1.4.3" libc = "0.2.126" log = "0.4.17" -remain = "0.2.3" +remain = "0.2.4" vmm-sys-util = "0.10.0" diff --git a/vhdx/Cargo.toml b/vhdx/Cargo.toml index a07b510c0..f640efe53 100644 --- a/vhdx/Cargo.toml +++ b/vhdx/Cargo.toml @@ -10,6 +10,6 @@ byteorder = "1.4.3" crc32c = "0.6.3" libc = "0.2.126" log = "0.4.17" -remain = "0.2.3" +remain = "0.2.4" thiserror = "1.0" uuid = { version = "1.1.2", features = ["v4"] }