From 8fc82b967adbe0ebf6f0a8f280c776164b969fef Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Dec 2023 08:32:57 +0000 Subject: [PATCH] Bump async-io from 2.2.1 to 2.2.2 Bumps [async-io](https://github.com/smol-rs/async-io) from 2.2.1 to 2.2.2. - [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/v2.2.1...v2.2.2) --- updated-dependencies: - dependency-name: async-io dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b4923a6..883bc63 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -69,9 +69,9 @@ dependencies = [ [[package]] name = "async-io" -version = "2.2.1" +version = "2.2.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d6d3b15875ba253d1110c740755e246537483f152fa334f91abd7fe84c88b3ff" +checksum = "6afaa937395a620e33dc6a742c593c01aced20aa376ffb0f628121198578ccc7" dependencies = [ "async-lock 3.0.0", "cfg-if", diff --git a/Cargo.toml b/Cargo.toml index 74552b1..9fbcbd7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,7 +13,7 @@ categories = ["command-line-utilities"] [dependencies] anyhow = "1.0.75" -async-io = "2.2.1" +async-io = "2.2.2" async-net = "2.0.0" crossbeam-queue = "0.3.8" crossterm = "0.27.0"