mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2026-08-05 02:19:16 +00:00
build: Bump io-uring from 0.5.13 to 0.6.0
Includes fixes for changed function prototypes. bumps [io-uring](https://github.com/tokio-rs/io-uring) from 0.5.13 to 0.6.0. - [Commits](https://github.com/tokio-rs/io-uring/commits) --- updated-dependencies: - dependency-name: io-uring dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: Rob Bradford <rbradford@rivosinc.com>
This commit is contained in:
committed by
Rob Bradford
parent
e5bb3903ad
commit
fe97785a9f
+1
-1
@@ -11,7 +11,7 @@ io_uring = ["dep:io-uring"]
|
||||
[dependencies]
|
||||
byteorder = "1.4.3"
|
||||
crc32c = "0.6.3"
|
||||
io-uring = { version = "0.5.13", optional = true }
|
||||
io-uring = { version = "0.6.0", optional = true }
|
||||
libc = "0.2.139"
|
||||
log = "0.4.17"
|
||||
remain = "0.2.6"
|
||||
|
||||
Reference in New Issue
Block a user