From e0634c48d0d8cbc3c1df0855f6b3cfdb91fe4242 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Sep 2022 23:11:33 +0000 Subject: [PATCH] build: bump io-uring from 0.5.5 to 0.5.6 in /fuzz Bumps [io-uring](https://github.com/tokio-rs/io-uring) from 0.5.5 to 0.5.6. - [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 40b74abd8..7bc724451 100644 --- a/fuzz/Cargo.lock +++ b/fuzz/Cargo.lock @@ -374,9 +374,9 @@ dependencies = [ [[package]] name = "io-uring" -version = "0.5.5" +version = "0.5.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f307526c6df4dfab4067c60bc7160324d2ef41eb0dc5a64fd25d96be17ea032c" +checksum = "5a645fd8e7048c2f54050f7d0d4de8f624ada437e043bc7d72609bd08d70120b" dependencies = [ "bitflags", "libc",