mirror of
https://github.com/n0-computer/noq.git
synced 2026-09-19 01:36:08 +00:00
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:
committed by
Dirkjan Ochtman
parent
ae12d2d594
commit
b7fbe25fec
+1
-1
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user