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] <support@github.com>
This commit is contained in:
dependabot[bot] 2022-04-30 22:01:04 +00:00
parent 85a72efed7
commit 4a7c858fdc
3 changed files with 4 additions and 4 deletions

4
Cargo.lock generated
View File

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

View File

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

View File

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