diff --git a/Cargo.lock b/Cargo.lock index 47c234e1d..63af4df37 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -497,9 +497,9 @@ dependencies = [ [[package]] name = "io-uring" -version = "0.5.12" +version = "0.5.13" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "41c85eff7f7c8d3ab8c7ec87313c0c194bbaf4371bb7d40f80293ba01bce8264" +checksum = "dd1e1a01cfb924fd8c5c43b6827965db394f5a3a16c599ce03452266e1cf984c" dependencies = [ "bitflags", "libc", diff --git a/block_util/Cargo.toml b/block_util/Cargo.toml index 15c96d67c..9bd23e269 100644 --- a/block_util/Cargo.toml +++ b/block_util/Cargo.toml @@ -8,7 +8,7 @@ edition = "2021" default = [] [dependencies] -io-uring = "0.5.12" +io-uring = "0.5.13" libc = "0.2.139" log = "0.4.17" qcow = { path = "../qcow" } diff --git a/virtio-devices/Cargo.toml b/virtio-devices/Cargo.toml index 669637585..9631958e4 100644 --- a/virtio-devices/Cargo.toml +++ b/virtio-devices/Cargo.toml @@ -14,7 +14,7 @@ block_util = { path = "../block_util" } byteorder = "1.4.3" epoll = "4.3.1" event_monitor = { path = "../event_monitor" } -io-uring = "0.5.12" +io-uring = "0.5.13" libc = "0.2.139" log = "0.4.17" net_gen = { path = "../net_gen" }