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] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot] 2020-06-16 18:45:06 +00:00 committed by Sebastien Boeuf
parent 19ab08f239
commit 69dac2dbb5
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -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",

View File

@ -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" }