examples: update tracing-subscriber to 0.3 (#4227)

This commit is contained in:
Eliza Weisman
2022-01-08 13:13:28 +09:00
committed by GitHub
parent cc8ad367a0
commit cb9a68eb1a
2 changed files with 1 additions and 3 deletions
-2
View File
@@ -2,8 +2,6 @@
[advisories]
ignore = [
# https://github.com/tokio-rs/tokio/issues/4177
"RUSTSEC-2020-0159",
# We depend on nix 0.22 only via mio-aio, a dev-dependency.
# https://github.com/tokio-rs/tokio/pull/4255#issuecomment-974786349
"RUSTSEC-2021-0119",
+1 -1
View File
@@ -12,7 +12,7 @@ tokio-util = { version = "0.7.0", path = "../tokio-util", features = ["full"] }
tokio-stream = { version = "0.1", path = "../tokio-stream" }
tracing = "0.1"
tracing-subscriber = { version = "0.2.7", default-features = false, features = ["fmt", "ansi", "env-filter", "chrono", "tracing-log"] }
tracing-subscriber = { version = "0.3.1", default-features = false, features = ["fmt", "ansi", "env-filter", "tracing-log"] }
bytes = "1.0.0"
futures = { version = "0.3.0", features = ["thread-pool"]}
http = "0.2"