From 3e8032d6a21682bb93a18b8e08b3dfaf335e02ca Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Dec 2023 21:25:21 +0000 Subject: [PATCH] build(deps): bump async-io from 1.13.0 to 2.2.1 Bumps [async-io](https://github.com/smol-rs/async-io) from 1.13.0 to 2.2.1. - [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.13.0...v2.2.1) --- updated-dependencies: - dependency-name: async-io dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 9896eb845e..b451bcee98 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2978,7 +2978,7 @@ dependencies = [ "adaptive_backoff", "anyhow", "async-channel 1.9.0", - "async-io 1.13.0", + "async-io 2.2.1", "async-lock 2.8.0", "async-net", "async-rwlock", diff --git a/Cargo.toml b/Cargo.toml index ac1f1d3898..797b5b7114 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -61,7 +61,7 @@ resolver = "2" adaptive_backoff = "0.2.1" anyhow = "1.0" async-channel = { version = "1.9.0", default-features = false } -async-io = "1.3.1" +async-io = "2.2.1" async-lock = "2.4.0" async-net = { version = "1.7.0", default-features = false } async-rwlock = "1.3.0"