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] <support@github.com>
This commit is contained in:
dependabot[bot] 2020-10-06 09:01:19 +00:00 committed by Deirdre Connolly
parent f7095ae9a2
commit 51746892ff
3 changed files with 4 additions and 4 deletions

4
Cargo.lock generated
View File

@ -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"

View File

@ -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"

View File

@ -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"