From edcd0ea4b89f786da061ed52ba698b91d105d410 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Jan 2023 20:08:42 +0000 Subject: [PATCH] Bump futures-async-stream from 0.2.5 to 0.2.6 Bumps [futures-async-stream](https://github.com/taiki-e/futures-async-stream) from 0.2.5 to 0.2.6. - [Release notes](https://github.com/taiki-e/futures-async-stream/releases) - [Changelog](https://github.com/taiki-e/futures-async-stream/blob/main/CHANGELOG.md) - [Commits](https://github.com/taiki-e/futures-async-stream/compare/v0.2.5...v0.2.6) --- updated-dependencies: - dependency-name: futures-async-stream dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 473ba5c..8cec287 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -122,9 +122,9 @@ dependencies = [ [[package]] name = "futures-async-stream" -version = "0.2.5" +version = "0.2.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b492e1173b06145d9324d105cca85fb9249f48676800a2c085138f0d9bae19e6" +checksum = "78501ea1cd42fff5ac783fa99765af9179a782dcfb62af50bae7a8ac4154df69" dependencies = [ "futures-async-stream-macro", "futures-core", @@ -133,9 +133,9 @@ dependencies = [ [[package]] name = "futures-async-stream-macro" -version = "0.2.5" +version = "0.2.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6716fcdbbcebe690099a18cad71b61fbba10a0a3f8a8c0c1ed36583b42b06590" +checksum = "fb6646d5c7b236481975efca1f025165b1eeec61fa4abf27842825121e9abf19" dependencies = [ "proc-macro2", "quote",