1
0
mirror of https://github.com/containers/bootc.git synced 2026-02-05 15:45:53 +01:00

cli: Update tracing-subscriber to 0.3

On general principle, but specifically it has better APIs
for `EnvFilter`.

Signed-off-by: Colin Walters <walters@verbum.org>
This commit is contained in:
Colin Walters
2023-02-12 11:14:46 -05:00
parent 22765ede9d
commit e2f808f42e

View File

@@ -24,4 +24,4 @@ libc = "0.2.92"
tokio = { version = "1", features = ["macros"] }
log = "0.4.0"
tracing = "0.1"
tracing-subscriber = "0.2.17"
tracing-subscriber = "0.3"