From 57cd12fabc7d5cbab36164cbe46574de398bdff0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 16 Nov 2022 23:06:48 +0000 Subject: [PATCH] build: Bump remain from 0.2.4 to 0.2.5 Bumps [remain](https://github.com/dtolnay/remain) from 0.2.4 to 0.2.5. - [Release notes](https://github.com/dtolnay/remain/releases) - [Commits](https://github.com/dtolnay/remain/compare/0.2.4...0.2.5) --- 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 e23613909..02f44158b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -990,9 +990,9 @@ checksum = "a3f87b73ce11b1619a3c6332f45341e0047173771e8b8b73f87bfeefb7b56244" [[package]] name = "remain" -version = "0.2.4" +version = "0.2.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "06df529c0d271b27ac4a2c260f5ce2914b60bd44702cecec7b9f271adbdde23b" +checksum = "1a81bc6a3aaeb180f767bd2bda8c03bac5b93b3b69a783c66f35d16a4df276cf" dependencies = [ "proc-macro2", "quote", diff --git a/qcow/Cargo.toml b/qcow/Cargo.toml index ba76d92f9..99d157471 100644 --- a/qcow/Cargo.toml +++ b/qcow/Cargo.toml @@ -12,5 +12,5 @@ path = "src/qcow.rs" byteorder = "1.4.3" libc = "0.2.137" log = "0.4.17" -remain = "0.2.4" +remain = "0.2.5" vmm-sys-util = "0.10.0" diff --git a/vhdx/Cargo.toml b/vhdx/Cargo.toml index a86e97557..77c18d340 100644 --- a/vhdx/Cargo.toml +++ b/vhdx/Cargo.toml @@ -10,6 +10,6 @@ byteorder = "1.4.3" crc32c = "0.6.3" libc = "0.2.137" log = "0.4.17" -remain = "0.2.4" +remain = "0.2.5" thiserror = "1.0.37" uuid = { version = "1.2.1", features = ["v4"] }