update tracing-subscriber (#3473)

which gets rid of the transitive dep on `chrono` that was affected by
`RUSTSEC-2020-0159`.
This commit is contained in:
Pat Hickey
2021-10-26 07:06:45 -07:00
committed by GitHub
parent 490d49a768
commit 7962fe3f43
3 changed files with 6 additions and 48 deletions

View File

@@ -18,7 +18,7 @@ wiggle = { path = "..", features = ["tracing_log"] }
[dev-dependencies]
thiserror = "1.0"
tracing = "0.1.26"
tracing-subscriber = "0.2.4"
tracing-subscriber = "0.3.1"
env_logger = "0.8"
[badges]