Daily common/rust/cargo_from_buck/bin/autocargo

Reviewed By: Croohand

Differential Revision: D36239957

fbshipit-source-id: 3f4cb4b55927f437e95dfd2d2563fdbafbeb2988
This commit is contained in:
CodemodService Bot 2022-05-09 04:05:21 -07:00 committed by Facebook GitHub Bot
parent f507b56319
commit 9899fe55c4
2 changed files with 2 additions and 2 deletions

View file

@ -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.11", features = ["ansi", "env-filter", "fmt", "json", "parking_lot", "registry"] }
tracing-subscriber = { version = "0.3.11", features = ["ansi", "env-filter", "fmt", "json", "local-time", "parking_lot", "registry"] }
unwind = { version = "0.4", features = ["ptrace"] }
[dev-dependencies]

View file

@ -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.11", features = ["ansi", "env-filter", "fmt", "json", "parking_lot", "registry"] }
tracing-subscriber = { version = "0.3.11", features = ["ansi", "env-filter", "fmt", "json", "local-time", "parking_lot", "registry"] }