From e40f66a2fab69613c3cd34fa2b87224d65359a1b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Nov 2023 17:11:04 +0000 Subject: [PATCH] Bump async-compat from 0.2.2 to 0.2.3 Bumps [async-compat](https://github.com/smol-rs/async-compat) from 0.2.2 to 0.2.3. - [Release notes](https://github.com/smol-rs/async-compat/releases) - [Changelog](https://github.com/smol-rs/async-compat/blob/master/CHANGELOG.md) - [Commits](https://github.com/smol-rs/async-compat/compare/v0.2.2...v0.2.3) --- updated-dependencies: - dependency-name: async-compat 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 5763bfaebf..4bc88ae982 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -148,9 +148,9 @@ dependencies = [ [[package]] name = "async-compat" -version = "0.2.2" +version = "0.2.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f4fa5132bc2934f31ee61b8ff6742dc9f7efdb7568b02f59cf9c7a4a0528bf67" +checksum = "f68a707c1feb095d8c07f8a65b9f506b117d30af431cab89374357de7c11461b" dependencies = [ "futures-core", "futures-io", diff --git a/Cargo.toml b/Cargo.toml index 9ab3d07051..09588e643d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -80,7 +80,7 @@ members = [ ] [workspace.dependencies] -async-compat = "0.2.1" +async-compat = "0.2.3" async-compression = {version = "0.4.4", features = ["tokio", "all-algorithms"]} async-stream = "0.3.5" bytes = "1.4.0"