From 8511603fdb891e261db293beb92b905181c95465 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Jan 2023 23:02:58 +0000 Subject: [PATCH] build: Bump io-uring from 0.5.9 to 0.5.11 in /fuzz Bumps [io-uring](https://github.com/tokio-rs/io-uring) from 0.5.9 to 0.5.11. - [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: indirect update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- fuzz/Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fuzz/Cargo.lock b/fuzz/Cargo.lock index 1bdacdcf8..f27c53edf 100644 --- a/fuzz/Cargo.lock +++ b/fuzz/Cargo.lock @@ -377,9 +377,9 @@ dependencies = [ [[package]] name = "io-uring" -version = "0.5.9" +version = "0.5.11" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7ba34abb5175052fc1a2227a10d2275b7386c9990167de9786c0b88d8b062330" +checksum = "c9ddf18110cedc09617f5a965bdb51adb0c0fb02c791e4ab22f7a21bb25269b0" dependencies = [ "bitflags", "libc",