add `env-filter` feature to `tracing-subscriber` dependency

This commit is contained in:
Alfredo Garcia 2024-06-17 13:18:19 -03:00 committed by Arya
parent f3db0431b7
commit dc4af52a4a
1 changed files with 1 additions and 1 deletions

View File

@ -85,7 +85,7 @@ zcash_note_encryption = { version = "0.4.0", optional = true }
zebra-test = { path = "../zebra-test", version = "1.0.0-beta.37", optional = true }
# zebra-scanner binary dependencies
tracing-subscriber = "0.3.18"
tracing-subscriber = { version = "0.3.18", features = ["env-filter"] }
structopt = "0.3.26"
lazy_static = "1.4.0"
serde_json = "1.0.117"