From 092702bb785aa6c63ea7777764d19c2e2ad7271e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Oct 2023 15:44:34 +0000 Subject: [PATCH] Update async-io requirement from 1.12.0 to 2.1.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.12.0...v2.1.0) --- updated-dependencies: - dependency-name: async-io dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 308b977..76beab7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,7 +18,7 @@ exclude = ["/.*"] async-channel = "2.0.0" async-executor = "1.5.0" async-fs = "1.3.0" -async-io = "1.12.0" +async-io = "2.1.0" async-lock = "2.6.0" async-net = "2.0.0" blocking = "1.3.0"