From 3bbed83e8e4543b3da627caeb77ea820b659c32f Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Sat, 8 Aug 2020 13:22:34 +0000 Subject: [PATCH] build(deps): bump io-uring from `c00d968` to `445fbc4` Bumps [io-uring](https://github.com/tokio-rs/io-uring) from `c00d968` to `445fbc4`. - [Release notes](https://github.com/tokio-rs/io-uring/releases) - [Commits](https://github.com/tokio-rs/io-uring/compare/c00d968b038263a02a72d6510edaf438b0c7b4f3...445fbc4ae4d144b7418d721bf92e657a6c65bfe6) Signed-off-by: dependabot-preview[bot] --- Cargo.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.lock b/Cargo.lock index dd4e98147..2d323a94a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -492,7 +492,7 @@ dependencies = [ [[package]] name = "io-uring" version = "0.3.5" -source = "git+https://github.com/tokio-rs/io-uring.git?branch=0.4#c00d968b038263a02a72d6510edaf438b0c7b4f3" +source = "git+https://github.com/tokio-rs/io-uring.git?branch=0.4#445fbc4ae4d144b7418d721bf92e657a6c65bfe6" dependencies = [ "bitflags 1.2.1", "libc",