From 51746892ff39c8dc3eef79f2049414311884a02f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 6 Oct 2020 09:01:19 +0000 Subject: [PATCH] build(deps): bump futures-core from 0.3.5 to 0.3.6 Bumps [futures-core](https://github.com/rust-lang/futures-rs) from 0.3.5 to 0.3.6. - [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.5...0.3.6) Signed-off-by: dependabot[bot] --- 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 40fd5f42..bf258b04 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -901,9 +901,9 @@ dependencies = [ [[package]] name = "futures-core" -version = "0.3.5" +version = "0.3.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "59f5fff90fd5d971f936ad674802482ba441b6f09ba5e15fd8b39145582ca399" +checksum = "d674eaa0056896d5ada519900dbf97ead2e46a7b6621e8160d79e2f2e1e2784b" [[package]] name = "futures-executor" diff --git a/tower-batch/Cargo.toml b/tower-batch/Cargo.toml index 6e61e644..c663962a 100644 --- a/tower-batch/Cargo.toml +++ b/tower-batch/Cargo.toml @@ -8,7 +8,7 @@ edition = "2018" [dependencies] tokio = { version = "0.2.22", features = ["time", "sync", "stream", "tracing"] } tower = { version = "0.3", features = ["util", "buffer"] } -futures-core = "0.3.5" +futures-core = "0.3.6" pin-project = "0.4.26" tracing = "0.1.21" tracing-futures = "0.2.4" diff --git a/tower-fallback/Cargo.toml b/tower-fallback/Cargo.toml index f2f72a58..71521d8d 100644 --- a/tower-fallback/Cargo.toml +++ b/tower-fallback/Cargo.toml @@ -7,7 +7,7 @@ edition = "2018" [dependencies] tower = "0.3" -futures-core = "0.3.5" +futures-core = "0.3.6" pin-project = "0.4.26" tracing = "0.1"