Bump tracing-subscriber from 0.3.16 to 0.3.17 (#995)

This commit is contained in:
dependabot[bot] 2023-04-24 03:52:17 +00:00 committed by GitHub
parent 6d9bf0ef21
commit 3e443f3360
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View file

@ -43,7 +43,7 @@ tokio = { version = "1.27.0", features = ["rt-multi-thread"], default-features =
tracing-core = "0.1.30"
tracing = { version = "0.1.37", default-features = false }
tracing-log = { version = "0.1.3", default-features = false }
tracing-subscriber = { version = "0.3.16", features = ["fmt", "json", "ansi"], default-features = false }
tracing-subscriber = { version = "0.3.17", features = ["fmt", "json", "ansi"], default-features = false }
[build-dependencies]
embed-resource = "2.1.1"