build: Bump remain from 0.2.13 to 0.2.14

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

---
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] 2024-07-23 23:41:03 +00:00 committed by cloud-hypervisor-bot
parent b50dfb3538
commit 5fddf76a3b
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -1817,9 +1817,9 @@ checksum = "adad44e29e4c806119491a7f06f03de4d1af22c3a680dd47f1e6e179439d1f56"
[[package]] [[package]]
name = "remain" name = "remain"
version = "0.2.13" version = "0.2.14"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ad9f2390298a947ee0aa6073d440e221c0726188cfbcdf9604addb6ee393eb4a" checksum = "46aef80f842736de545ada6ec65b81ee91504efd6853f4b96de7414c42ae7443"
dependencies = [ dependencies = [
"proc-macro2", "proc-macro2",
"quote", "quote",

View File

@ -14,7 +14,7 @@ crc-any = "2.4.4"
io-uring = { version = "0.6.3", optional = true } io-uring = { version = "0.6.3", optional = true }
libc = "0.2.153" libc = "0.2.153"
log = "0.4.22" log = "0.4.22"
remain = "0.2.13" remain = "0.2.14"
serde = { version = "1.0.197", features = ["derive"] } serde = { version = "1.0.197", features = ["derive"] }
smallvec = "1.13.2" smallvec = "1.13.2"
thiserror = "1.0.62" thiserror = "1.0.62"