From e23319426df8e79acf9f3ebcaba5a941677f460c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Sep 2022 16:59:00 +0000 Subject: [PATCH] build: bump io-uring from 0.5.5 to 0.5.6 Bumps [io-uring](https://github.com/tokio-rs/io-uring) from 0.5.5 to 0.5.6. - [Release notes](https://github.com/tokio-rs/io-uring/releases) - [Commits](https://github.com/tokio-rs/io-uring/commits) --- updated-dependencies: - dependency-name: io-uring dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- block_util/Cargo.toml | 2 +- virtio-devices/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ba2115da1..16a2bfcb5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -436,9 +436,9 @@ dependencies = [ [[package]] name = "io-uring" -version = "0.5.5" +version = "0.5.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f307526c6df4dfab4067c60bc7160324d2ef41eb0dc5a64fd25d96be17ea032c" +checksum = "5a645fd8e7048c2f54050f7d0d4de8f624ada437e043bc7d72609bd08d70120b" dependencies = [ "bitflags", "libc", diff --git a/block_util/Cargo.toml b/block_util/Cargo.toml index fdb49948d..406b1c1ac 100644 --- a/block_util/Cargo.toml +++ b/block_util/Cargo.toml @@ -8,7 +8,7 @@ edition = "2021" default = [] [dependencies] -io-uring = "0.5.5" +io-uring = "0.5.6" libc = "0.2.132" log = "0.4.17" qcow = { path = "../qcow" } diff --git a/virtio-devices/Cargo.toml b/virtio-devices/Cargo.toml index 6a0968096..6b7dbe56b 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.5" +io-uring = "0.5.6" libc = "0.2.132" log = "0.4.17" net_gen = { path = "../net_gen" }