Skip to content

Commit

Permalink
Update tracing-subscriber requirement from 0.1.5 to 0.2.1
Browse files Browse the repository at this point in the history
Updates the requirements on [tracing-subscriber](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/commits/tracing-subscriber-0.2.1)

Signed-off-by: dependabot-preview[bot] <[email protected]>
  • Loading branch information
dependabot-preview[bot] authored and djc committed Feb 17, 2020
1 parent fc1035f commit 585b880
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion quinn-h3/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ rand = "0.7.0"
rcgen = "0.7"
structopt = "0.3.0"
tokio = { version = "0.2.6", features = ["io-util", "macros", "rt-threaded", "time"] }
tracing-subscriber = "0.1.5"
tracing-subscriber = "0.2.1"
tracing-futures = { version = "0.2.0", default-features = false, features = ["std-future"] }
url = "2"

Expand Down

0 comments on commit 585b880

Please sign in to comment.