mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2025-01-03 11:25:20 +00:00
build: Bump blocking from 1.5.1 to 1.6.1
Bumps [blocking](https://github.com/smol-rs/blocking) from 1.5.1 to 1.6.1. - [Release notes](https://github.com/smol-rs/blocking/releases) - [Changelog](https://github.com/smol-rs/blocking/blob/master/CHANGELOG.md) - [Commits](https://github.com/smol-rs/blocking/compare/v1.5.1...v1.6.1) --- updated-dependencies: - dependency-name: blocking dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
6a08133efb
commit
e048da6f73
7
Cargo.lock
generated
7
Cargo.lock
generated
@ -349,18 +349,15 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "blocking"
|
||||
version = "1.5.1"
|
||||
version = "1.6.1"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "6a37913e8dc4ddcc604f0c6d3bf2887c995153af3611de9e23c352b44c1b9118"
|
||||
checksum = "703f41c54fc768e63e091340b424302bb1c29ef4aa0c7f10fe849dfb114d29ea"
|
||||
dependencies = [
|
||||
"async-channel",
|
||||
"async-lock",
|
||||
"async-task",
|
||||
"fastrand",
|
||||
"futures-io",
|
||||
"futures-lite",
|
||||
"piper",
|
||||
"tracing",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
|
@ -24,7 +24,7 @@ arc-swap = "1.7.1"
|
||||
arch = { path = "../arch" }
|
||||
bitflags = "2.5.0"
|
||||
block = { path = "../block" }
|
||||
blocking = { version = "1.5.1", optional = true }
|
||||
blocking = { version = "1.6.1", optional = true }
|
||||
cfg-if = "1.0.0"
|
||||
clap = "4.5.4"
|
||||
devices = { path = "../devices" }
|
||||
|
Loading…
Reference in New Issue
Block a user