From 58da3576b909bcd1bde05b8ca3d0549225e72ca7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Mar 2023 03:42:08 +0000 Subject: [PATCH] build(deps): bump futures-core from 0.3.26 to 0.3.27 (#6303) Bumps [futures-core](https://github.com/rust-lang/futures-rs) from 0.3.26 to 0.3.27. - [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.26...0.3.27) --- updated-dependencies: - dependency-name: futures-core dependency-type: direct:production update-type: version-update:semver-patch ... 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> Co-authored-by: Alfredo Garcia --- tower-batch/Cargo.toml | 2 +- tower-fallback/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tower-batch/Cargo.toml b/tower-batch/Cargo.toml index 02316847..1c2e6b87 100644 --- a/tower-batch/Cargo.toml +++ b/tower-batch/Cargo.toml @@ -7,7 +7,7 @@ edition = "2021" [dependencies] futures = "0.3.27" -futures-core = "0.3.26" +futures-core = "0.3.27" pin-project = "1.0.12" rayon = "1.7.0" tokio = { version = "1.26.0", features = ["time", "sync", "tracing", "macros"] } diff --git a/tower-fallback/Cargo.toml b/tower-fallback/Cargo.toml index 49bface6..f9cbbd90 100644 --- a/tower-fallback/Cargo.toml +++ b/tower-fallback/Cargo.toml @@ -8,7 +8,7 @@ edition = "2021" [dependencies] pin-project = "1.0.12" tower = "0.4.13" -futures-core = "0.3.26" +futures-core = "0.3.27" tracing = "0.1.37" [dev-dependencies]