Skip to content

Commit

Permalink
Update tracing-log requirement from 0.1 to 0.2
Browse files Browse the repository at this point in the history
Updates the requirements on [tracing-log](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-log-0.1.0...tracing-log-0.2.0)

---
updated-dependencies:
- dependency-name: tracing-log
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and gsson committed Oct 30, 2023
1 parent 0c930c7 commit aa464f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ tracing = "0.1"
tracing-logstash = { path = "../tracing-logstash" }
tracing-subscriber = { version = "0.3", default-features = false, features = ["env-filter"] }

tracing-log = { version = "0.1", features = ["log-tracer"] }
tracing-log = { version = "0.2", features = ["log-tracer"] }
log = "0.4"

0 comments on commit aa464f7

Please sign in to comment.