Skip to content

Commit 5266508

Browse files
Bump tracing-subscriber from 0.2.25 to 0.3.0 (#40)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Xiangru Lian <[email protected]>
1 parent afee821 commit 5266508

File tree

2 files changed

+7
-88
lines changed

2 files changed

+7
-88
lines changed

Cargo.lock

Lines changed: 6 additions & 87 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ edition = "2018"
1212
[dependencies]
1313
tracing = "0.1"
1414
anyhow = "1"
15-
tracing-subscriber = "0.2"
15+
tracing-subscriber = { version = "0.3", features = ["env-filter"] }
1616
structopt = "0.3"
1717
cmd_lib = "1.3"
1818
ctrlc = "3.2"

0 commit comments

Comments
 (0)