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

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