From 75e4ee5362a1aad2964334ec5fff68ce6e0bb293 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Sep 2022 23:13:02 +0000 Subject: [PATCH] build: bump io-uring from 0.5.4 to 0.5.5 Bumps [io-uring](https://github.com/tokio-rs/io-uring) from 0.5.4 to 0.5.5. - [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 2394d4020..96513c467 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -436,9 +436,9 @@ dependencies = [ [[package]] name = "io-uring" -version = "0.5.4" +version = "0.5.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0d992a6bb226bed74667d449c7dcaac62bc63e09b19d08a269e26860def3bf54" +checksum = "f307526c6df4dfab4067c60bc7160324d2ef41eb0dc5a64fd25d96be17ea032c" dependencies = [ "bitflags", "libc", diff --git a/block_util/Cargo.toml b/block_util/Cargo.toml index 3d21433f2..b5c130997 100644 --- a/block_util/Cargo.toml +++ b/block_util/Cargo.toml @@ -8,7 +8,7 @@ edition = "2021" default = [] [dependencies] -io-uring = "0.5.4" +io-uring = "0.5.5" libc = "0.2.132" log = "0.4.17" qcow = { path = "../qcow" } diff --git a/virtio-devices/Cargo.toml b/virtio-devices/Cargo.toml index 3881cc6e8..1a798c02a 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.4" +io-uring = "0.5.5" libc = "0.2.132" log = "0.4.17" net_gen = { path = "../net_gen" }