Merge pull request #4256 from roc-lang/dependabot/cargo/tracing-subscriber-0.3.16

Bump tracing-subscriber from 0.3.15 to 0.3.16
This commit is contained in:
Ayaz 2022-10-08 14:13:24 -05:00 committed by GitHub
commit 5a8ff35bac
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 22 additions and 15 deletions

View file

@ -8,5 +8,5 @@ description = "Utilities for setting up tracing at various executable entry poin
[dependencies]
tracing = { version = "0.1.36", features = ["release_max_level_off"] }
tracing-subscriber = { version = "0.3.15", features = ["env-filter"] }
tracing-subscriber = { version = "0.3.16", features = ["env-filter"] }
tracing-appender = "0.2.2"