Skip to content

Commit

Permalink
Update tracing-subscriber requirement from =0.2.12 to =0.2.17
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](tokio-rs/tracing@tracing-subscriber-0.2.12...tracing-subscriber-0.2.17)

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Mar 15, 2021
1 parent d2830a2 commit 8fcaefd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ static_assertions = "1.1"
structopt = "0.3"
tempfile = "3.1"
test-case = "1.1"
tracing-subscriber = "=0.2.12"
tracing-subscriber = "=0.2.17"
serde_json = "1"

[dev-dependencies.testserver]
Expand Down

0 comments on commit 8fcaefd

Please sign in to comment.