mirror of
https://github.com/facebookexperimental/reverie.git
synced 2025-01-23 05:06:23 +00:00
third-party/rust: Update tracing-subscriber from 0.3.10 to 0.3.11
Reviewed By: dtolnay Differential Revision: D35956332 fbshipit-source-id: f92818417ec7ce6d655c171c180aac4696f84269
This commit is contained in:
parent
cdba957ddb
commit
4d5c226d5a
2 changed files with 2 additions and 2 deletions
|
@ -30,7 +30,7 @@ thiserror = "1.0.30"
|
|||
tokio = { version = "1.15", features = ["full", "test-util", "tracing"] }
|
||||
tokio-stream = { version = "0.1.4", features = ["fs", "io-util", "net", "signal", "sync", "time"] }
|
||||
tracing = "0.1.32"
|
||||
tracing-subscriber = { version = "0.3.10", features = ["ansi", "env-filter", "fmt", "json", "parking_lot", "registry"] }
|
||||
tracing-subscriber = { version = "0.3.11", features = ["ansi", "env-filter", "fmt", "json", "parking_lot", "registry"] }
|
||||
unwind = { version = "0.4", features = ["ptrace"] }
|
||||
|
||||
[dev-dependencies]
|
||||
|
|
|
@ -17,4 +17,4 @@ serde = { version = "1.0.136", features = ["derive", "rc"] }
|
|||
structopt = "0.3.23"
|
||||
tracing = "0.1.32"
|
||||
tracing-appender = "0.2.1"
|
||||
tracing-subscriber = { version = "0.3.10", features = ["ansi", "env-filter", "fmt", "json", "parking_lot", "registry"] }
|
||||
tracing-subscriber = { version = "0.3.11", features = ["ansi", "env-filter", "fmt", "json", "parking_lot", "registry"] }
|
||||
|
|
Loading…
Reference in a new issue