From 69dac2dbb5b8e50ecc255efda00129a0296f9a23 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 16 Jun 2020 18:45:06 +0000 Subject: [PATCH] build(deps): bump remain from 0.2.1 to 0.2.2 Bumps [remain](https://github.com/dtolnay/remain) from 0.2.1 to 0.2.2. - [Release notes](https://github.com/dtolnay/remain/releases) - [Commits](https://github.com/dtolnay/remain/compare/0.2.1...0.2.2) Signed-off-by: dependabot-preview[bot] --- Cargo.lock | 4 ++-- qcow/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 98508622e..59c3e0efa 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1005,9 +1005,9 @@ checksum = "26412eb97c6b088a6997e05f69403a802a92d520de2f8e63c2b65f9e0f47c4e8" [[package]] name = "remain" -version = "0.2.1" +version = "0.2.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "99c861227fc40c8da6fdaa3d58144ac84c0537080a43eb1d7d45c28f88dcb888" +checksum = "70ba1e78fa68412cb93ef642fd4d20b9a941be49ee9333875ebaf13112673ea7" dependencies = [ "proc-macro2", "quote", diff --git a/qcow/Cargo.toml b/qcow/Cargo.toml index 7e79b6a0b..e218a8ca1 100644 --- a/qcow/Cargo.toml +++ b/qcow/Cargo.toml @@ -12,7 +12,7 @@ path = "src/qcow.rs" byteorder = "1.3.4" libc = "0.2.71" log = "0.4.8" -remain = "0.2.1" +remain = "0.2.2" vmm-sys-util = ">=0.3.1" vm-virtio = { path = "../vm-virtio" }