Bump tracing-subscriber to 0.2.17

This release includes a bug-fix that removes an erroneous space
from our logs when running with `--debug`.
pull/313/head
Thomas Eizinger 3 years ago
parent 3a5d8aee42
commit a667c0ecd8
No known key found for this signature in database
GPG Key ID: 651AC83A6C6C8B96

4
Cargo.lock generated

@ -4010,9 +4010,9 @@ dependencies = [
[[package]]
name = "tracing-subscriber"
version = "0.2.16"
version = "0.2.17"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8ab8966ac3ca27126141f7999361cc97dd6fb4b71da04c02044fa9045d98bb96"
checksum = "705096c6f83bf68ea5d357a6aa01829ddbdac531b357b45abeca842938085baa"
dependencies = [
"ansi_term 0.12.1",
"chrono",

Loading…
Cancel
Save