From 793fd2fc50aa9f82c00ab3011076dc235c17bbbd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Sep 2023 20:25:42 +0000 Subject: [PATCH] Bump async-compat from 0.2.1 to 0.2.2 Bumps [async-compat](https://github.com/smol-rs/async-compat) from 0.2.1 to 0.2.2. - [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.1...v0.2.2) --- 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 77c0b054..197b168f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -302,9 +302,9 @@ dependencies = [ [[package]] name = "async-compat" -version = "0.2.1" +version = "0.2.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9b48b4ff0c2026db683dea961cd8ea874737f56cffca86fa84415eaddc51c00d" +checksum = "f4fa5132bc2934f31ee61b8ff6742dc9f7efdb7568b02f59cf9c7a4a0528bf67" dependencies = [ "futures-core", "futures-io", diff --git a/Cargo.toml b/Cargo.toml index 448f09d1..279f186f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -107,7 +107,7 @@ zstd = { version = "*", features = [ "wasm", "thin", ], default-features = false, optional = true } -async-compat = { version = "0.2.1", optional = true } +async-compat = { version = "0.2.2", optional = true } async-stream = { version = "0.3.5", optional = true } wasm-streams = { version = "0.3.0", optional = true }