From 155c4885716b44ca14fd0fd0e7dc1950e308633f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jan 2024 08:49:31 +0000 Subject: [PATCH] Bump async-io from 2.2.2 to 2.3.1 Bumps [async-io](https://github.com/smol-rs/async-io) from 2.2.2 to 2.3.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/v2.2.2...v2.3.1) --- updated-dependencies: - dependency-name: async-io dependency-type: direct:production update-type: version-update:semver-minor ... 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 a7bdf0f..02956d1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -69,9 +69,9 @@ dependencies = [ [[package]] name = "async-io" -version = "2.2.2" +version = "2.3.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6afaa937395a620e33dc6a742c593c01aced20aa376ffb0f628121198578ccc7" +checksum = "8f97ab0c5b00a7cdbe5a371b9a782ee7be1316095885c8a4ea1daf490eb0ef65" dependencies = [ "async-lock 3.0.0", "cfg-if", diff --git a/Cargo.toml b/Cargo.toml index bf216f2..fdd9c85 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,7 +13,7 @@ categories = ["command-line-utilities"] [dependencies] anyhow = "1.0.75" -async-io = "2.2.2" +async-io = "2.3.1" async-net = "2.0.0" crossbeam-queue = "0.3.11" crossterm = "0.27.0"