From 77f4e35bc8c3c82019ac151320f0d2b5d6094ac3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 Dec 2023 22:30:53 +0000 Subject: [PATCH] build: Bump io-uring from 0.6.1 to 0.6.2 Bumps [io-uring](https://github.com/tokio-rs/io-uring) from 0.6.1 to 0.6.2. - [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 8e37934ed..c76969b20 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1052,9 +1052,9 @@ dependencies = [ [[package]] name = "io-uring" -version = "0.6.1" +version = "0.6.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "141a0f4546a50b2ed637c7a6df0d7dff45c9f41523254996764461c8ae0d9424" +checksum = "460648e47a07a43110fbfa2e0b14afb2be920093c31e5dccc50e49568e099762" dependencies = [ "bitflags 1.3.2", "libc", diff --git a/block/Cargo.toml b/block/Cargo.toml index d00944d44..faf2dc8bb 100644 --- a/block/Cargo.toml +++ b/block/Cargo.toml @@ -11,7 +11,7 @@ io_uring = ["dep:io-uring"] [dependencies] byteorder = "1.4.3" crc32c = "0.6.4" -io-uring = { version = "0.6.1", optional = true } +io-uring = { version = "0.6.2", optional = true } libc = "0.2.147" log = "0.4.20" remain = "0.2.11"