From 6d80efeeae60b96ff330ae6a70e8cc9291fcc615 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Oct 2023 13:17:34 +0000 Subject: [PATCH] Update async-io requirement from 1.6 to 2.0 Updates the requirements on [async-io](https://github.com/smol-rs/async-io) to permit the latest version. - [Release notes](https://github.com/smol-rs/async-io/releases) - [Changelog](https://github.com/smol-rs/async-io/blob/master/CHANGELOG.md) - [Commits](https://github.com/smol-rs/async-io/compare/v1.6.0...v2.0.0) --- updated-dependencies: - dependency-name: async-io dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- quinn/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/quinn/Cargo.toml b/quinn/Cargo.toml index 02117bd72..b8bfb2073 100644 --- a/quinn/Cargo.toml +++ b/quinn/Cargo.toml @@ -33,7 +33,7 @@ codecov = { repository = "djc/quinn" } maintenance = { status = "experimental" } [dependencies] -async-io = { version = "1.6", optional = true } +async-io = { version = "2.0", optional = true } async-std = { version = "1.11", optional = true } bytes = "1" # Enables futures::io::{AsyncRead, AsyncWrite} support for streams