From 990ba0666d00a59b7f52ac603032edebfe792c20 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Sep 2024 11:13:50 +0000 Subject: [PATCH] build: Bump io-uring from 0.6.3 to 0.6.4 Bumps [io-uring](https://github.com/tokio-rs/io-uring) from 0.6.3 to 0.6.4. - [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/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 94b097702..a0d655b40 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1056,9 +1056,9 @@ dependencies = [ [[package]] name = "io-uring" -version = "0.6.3" +version = "0.6.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a9febecd4aebbe9c7c23c8e536e966805fdf09944c8a915e7991ee51acb67087" +checksum = "595a0399f411a508feb2ec1e970a4a30c249351e30208960d58298de8660b0e5" dependencies = [ "bitflags 1.3.2", "libc", diff --git a/block/Cargo.toml b/block/Cargo.toml index b80ee9396..b883c5f02 100644 --- a/block/Cargo.toml +++ b/block/Cargo.toml @@ -11,7 +11,7 @@ io_uring = ["dep:io-uring"] [dependencies] byteorder = "1.5.0" crc-any = "2.4.4" -io-uring = { version = "0.6.3", optional = true } +io-uring = { version = "0.6.4", optional = true } libc = "0.2.158" log = "0.4.22" remain = "0.2.14"