From 96861344862689f84a76ec5d8b657475e4b2b2d1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Aug 2022 05:29:23 +0000 Subject: [PATCH] build(deps): bump futures-core from 0.3.21 to 0.3.23 (#4915) Bumps [futures-core](https://github.com/rust-lang/futures-rs) from 0.3.21 to 0.3.23. - [Release notes](https://github.com/rust-lang/futures-rs/releases) - [Changelog](https://github.com/rust-lang/futures-rs/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-lang/futures-rs/compare/0.3.21...0.3.23) --- updated-dependencies: - dependency-name: futures-core dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- tower-batch/Cargo.toml | 2 +- tower-fallback/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a38b2f611..42aa7ac2b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1677,9 +1677,9 @@ dependencies = [ [[package]] name = "futures-core" -version = "0.3.21" +version = "0.3.23" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0c09fd04b7e4073ac7156a9539b57a484a8ea920f79c7c675d05d289ab6110d3" +checksum = "d2acedae88d38235936c3922476b10fced7b2b68136f5e3c03c2d5be348a1115" [[package]] name = "futures-executor" diff --git a/tower-batch/Cargo.toml b/tower-batch/Cargo.toml index 45d3adc7a..397b3b0fc 100644 --- a/tower-batch/Cargo.toml +++ b/tower-batch/Cargo.toml @@ -7,7 +7,7 @@ edition = "2021" [dependencies] futures = "0.3.21" -futures-core = "0.3.21" +futures-core = "0.3.23" pin-project = "1.0.10" rayon = "1.5.3" tokio = { version = "1.20.1", features = ["time", "sync", "tracing", "macros"] } diff --git a/tower-fallback/Cargo.toml b/tower-fallback/Cargo.toml index 1a917162a..d3c9e4919 100644 --- a/tower-fallback/Cargo.toml +++ b/tower-fallback/Cargo.toml @@ -8,7 +8,7 @@ edition = "2021" [dependencies] pin-project = "0.4.29" tower = "0.4.13" -futures-core = "0.3.21" +futures-core = "0.3.23" tracing = "0.1.31" [dev-dependencies]