From 089dffcb49a7b4f8a620ab9153c9bb1cbc25e4af Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Jan 2023 08:46:01 +0000 Subject: [PATCH] build: Bump io-uring from 0.5.11 to 0.5.12 Bumps [io-uring](https://github.com/tokio-rs/io-uring) from 0.5.11 to 0.5.12. - [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 50283d086..642d65649 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -500,9 +500,9 @@ dependencies = [ [[package]] name = "io-uring" -version = "0.5.11" +version = "0.5.12" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c9ddf18110cedc09617f5a965bdb51adb0c0fb02c791e4ab22f7a21bb25269b0" +checksum = "41c85eff7f7c8d3ab8c7ec87313c0c194bbaf4371bb7d40f80293ba01bce8264" dependencies = [ "bitflags", "libc", diff --git a/block_util/Cargo.toml b/block_util/Cargo.toml index fea26bfcd..4299663ac 100644 --- a/block_util/Cargo.toml +++ b/block_util/Cargo.toml @@ -8,7 +8,7 @@ edition = "2021" default = [] [dependencies] -io-uring = "0.5.11" +io-uring = "0.5.12" libc = "0.2.139" log = "0.4.17" qcow = { path = "../qcow" } diff --git a/virtio-devices/Cargo.toml b/virtio-devices/Cargo.toml index 3722420d5..dc05be238 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.11" +io-uring = "0.5.12" libc = "0.2.139" log = "0.4.17" net_gen = { path = "../net_gen" }