mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2026-08-05 02:19:16 +00:00
build: Bump wait-timeout from 0.2.0 to 0.2.1
Bumps [wait-timeout](https://github.com/alexcrichton/wait-timeout) from 0.2.0 to 0.2.1. - [Commits](https://github.com/alexcrichton/wait-timeout/compare/0.2.0...0.2.1) --- updated-dependencies: - dependency-name: wait-timeout dependency-version: 0.2.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
committed by
cloud-hypervisor-bot
parent
92370e8ff1
commit
bec975a7fc
4
Cargo.lock
generated
4
Cargo.lock
generated
@@ -2514,9 +2514,9 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "wait-timeout"
|
name = "wait-timeout"
|
||||||
version = "0.2.0"
|
version = "0.2.1"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "9f200f5b12eb75f8c1ed65abd4b2db8a6e1b138a20de009dacee265a2498f3f6"
|
checksum = "09ac3b126d3914f9849036f826e054cbabdc8519970b8998ddaf3b5bd3c65f11"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"libc",
|
"libc",
|
||||||
]
|
]
|
||||||
|
|||||||
@@ -150,5 +150,5 @@ log = "0.4.22"
|
|||||||
signal-hook = "0.3.18"
|
signal-hook = "0.3.18"
|
||||||
thiserror = "2.0.12"
|
thiserror = "2.0.12"
|
||||||
uuid = { version = "1.17.0" }
|
uuid = { version = "1.17.0" }
|
||||||
wait-timeout = "0.2.0"
|
wait-timeout = "0.2.1"
|
||||||
zerocopy = { version = "0.8.26", default-features = false }
|
zerocopy = { version = "0.8.26", default-features = false }
|
||||||
|
|||||||
Reference in New Issue
Block a user