Skip to content

Commit

Permalink
build(deps): update tracing-subscriber requirement from 0.2.10 to 0.3.3
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.10...tracing-subscriber-0.3.3)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and drmingdrmer committed Dec 20, 2021
1 parent 7848c21 commit cd08019
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion async-raft/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@ tracing-futures = "0.2.4"
maplit = "1.0.2"
memstore = { version="0.2.0", path="../memstore" }
pretty_assertions = "1.0.0"
tracing-subscriber = "0.2.10"
tracing-subscriber = { version = "0.3.3", features=["env-filter"] }


[features]
docinclude = [] # Used only for activating `doc(include="...")` on nightly.
Expand Down

0 comments on commit cd08019

Please sign in to comment.