build(deps): bump remain from 0.1.5 to 0.2.0

Bumps [remain](https://github.com/dtolnay/remain) from 0.1.5 to 0.2.0.
- [Release notes](https://github.com/dtolnay/remain/releases)
- [Commits](https://github.com/dtolnay/remain/compare/0.1.5...0.2.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot]
2020-01-06 07:29:35 +00:00
parent 091c9d9f93
commit 44dd056647
2 changed files with 4 additions and 4 deletions

2
qcow/Cargo.toml Executable file → Normal file
View File

@@ -12,7 +12,7 @@ path = "src/qcow.rs"
byteorder = "1.3.2"
libc = "0.2.60"
log = "0.4.8"
remain = "0.1.3"
remain = "0.2.0"
vmm-sys-util = ">=0.3.1"
[dev-dependencies]