Skip to content

Commit

Permalink
cargo: bump tracing-subscriber from 0.2.25 to 0.3.1
Browse files Browse the repository at this point in the history
Bumps [tracing-subscriber](https://github.com/tokio-rs/tracing) from 0.2.25 to 0.3.1.
- [Release notes](https://github.com/tokio-rs/tracing/releases)
- [Commits](tokio-rs/tracing@tracing-subscriber-0.2.25...tracing-subscriber-0.3.1)

---
updated-dependencies:
- dependency-name: tracing-subscriber
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Nov 1, 2021
1 parent 53d6af3 commit ee31d6b
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 36 deletions.
45 changes: 10 additions & 35 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ anyhow = "1.0.44"
tokio = "1.12.0"
serde = { version = "1.0.130", features = ["derive"] }
tracing = { version = "0.1.29", features = ["log"] }
tracing-subscriber = { version = "0.2.25", features = ["fmt"] }
tracing-subscriber = { version = "0.3.1", features = ["fmt"] }
tracing-appender = "0.1.2"
tracing-bunyan-formatter = "0.2.6"
comfy-table = "4.1.1"
Expand Down

0 comments on commit ee31d6b

Please sign in to comment.