Skip to content

Commit

Permalink
add env-filter feature to tracing-subscriber dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
oxarbitrage committed Jun 21, 2024
1 parent 54c1c2c commit 75b4dd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zebra-scan/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 75b4dd0

Please sign in to comment.