From 4a7c858fdc93c57518003d694a29fe70e3f4a722 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 30 Apr 2022 22:01:04 +0000 Subject: [PATCH] build: bump remain from 0.2.2 to 0.2.3 Bumps [remain](https://github.com/dtolnay/remain) from 0.2.2 to 0.2.3. - [Release notes](https://github.com/dtolnay/remain/releases) - [Commits](https://github.com/dtolnay/remain/compare/0.2.2...0.2.3) --- 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 caa67eb5e..1cd06e1d6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -855,9 +855,9 @@ checksum = "f497285884f3fcff424ffc933e56d7cbca511def0c9831a7f9b5f6153e3cc89b" [[package]] name = "remain" -version = "0.2.2" +version = "0.2.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "70ba1e78fa68412cb93ef642fd4d20b9a941be49ee9333875ebaf13112673ea7" +checksum = "0c35270ea384ac1762895831cc8acb96f171468e52cec82ed9186f9416209fa4" dependencies = [ "proc-macro2", "quote", diff --git a/qcow/Cargo.toml b/qcow/Cargo.toml index c3fe392a4..23fd41427 100644 --- a/qcow/Cargo.toml +++ b/qcow/Cargo.toml @@ -12,5 +12,5 @@ path = "src/qcow.rs" byteorder = "1.4.3" libc = "0.2.124" log = "0.4.16" -remain = "0.2.2" +remain = "0.2.3" vmm-sys-util = "0.9.0" diff --git a/vhdx/Cargo.toml b/vhdx/Cargo.toml index 23db8071b..d6ae3ba65 100644 --- a/vhdx/Cargo.toml +++ b/vhdx/Cargo.toml @@ -10,7 +10,7 @@ byteorder = "1.4.3" crc32c = "0.6.3" libc = "0.2.124" log = "0.4.16" -remain = "0.2.2" +remain = "0.2.3" thiserror = "1.0" uuid = { version = "1.0.0", features = ["v4"] } vmm-sys-util = ">=0.3.1" \ No newline at end of file