Update tracing-futures requirement from 0.1.0 to 0.2.0

Updates the requirements on [tracing-futures](https://github.com/tokio-rs/tracing) to permit the latest version.
- [Release notes](https://github.com/tokio-rs/tracing/releases)
- [Commits](https://github.com/tokio-rs/tracing/compare/tracing-futures-0.1.0...tracing-futures-0.2.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot]
2019-12-04 09:47:50 +00:00
committed by Dirkjan Ochtman
parent ae12d2d594
commit b7fbe25fec
+1 -1
View File
@@ -48,7 +48,7 @@ rcgen = "0.7"
structopt = "0.3.0"
tokio = { version = "0.2.2", features = ["rt-core", "rt-threaded", "time"] }
tracing-subscriber = "0.1.5"
tracing-futures = { version = "0.1.0", default-features = false, features = ["std-future"] }
tracing-futures = { version = "0.2.0", default-features = false, features = ["std-future"] }
unwrap = "1.2.1"
url = "2"