From 23935ad96b7e829fdae1aca286e08f8dc2cd24e9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Jul 2022 00:51:34 +0000 Subject: [PATCH] build: bump io-uring from 0.5.2 to 0.5.3 Bumps [io-uring](https://github.com/tokio-rs/io-uring) from 0.5.2 to 0.5.3. - [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 9d3d3b911..659e7b125 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -389,9 +389,9 @@ dependencies = [ [[package]] name = "io-uring" -version = "0.5.2" +version = "0.5.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8d75829ed9377bab6c90039fe47b9d84caceb4b5063266142e21bcce6550cda8" +checksum = "427496d698429d86ff947537dff68facb83fe753b7abea4fab4ac1c4b7a4b94b" dependencies = [ "bitflags", "libc", diff --git a/block_util/Cargo.toml b/block_util/Cargo.toml index 9556820f3..ca537f4cb 100644 --- a/block_util/Cargo.toml +++ b/block_util/Cargo.toml @@ -8,7 +8,7 @@ edition = "2021" default = [] [dependencies] -io-uring = "0.5.2" +io-uring = "0.5.3" libc = "0.2.126" log = "0.4.17" qcow = { path = "../qcow" } diff --git a/virtio-devices/Cargo.toml b/virtio-devices/Cargo.toml index 30a7a1312..ed9e956fb 100644 --- a/virtio-devices/Cargo.toml +++ b/virtio-devices/Cargo.toml @@ -15,7 +15,7 @@ block_util = { path = "../block_util" } byteorder = "1.4.3" epoll = "4.3.1" event_monitor = { path = "../event_monitor" } -io-uring = "0.5.2" +io-uring = "0.5.3" libc = "0.2.126" log = "0.4.17" net_gen = { path = "../net_gen" }