From 45a39bcef7897d1d6070d4ce55cbf727846cd3ce Mon Sep 17 00:00:00 2001 From: Jeremy Fitzhardinge Date: Wed, 15 Sep 2021 16:50:18 -0700 Subject: [PATCH] third-party/rust: bump all the tracing packages Summary: This includes recent changes: - `skip_all` in #[instrument] https://github.com/tokio-rs/tracing/pull/1548 - NoSubscriber no-op Subscriber https://github.com/tokio-rs/tracing/pull/1549 - Box/Arc Layer (https://github.com/tokio-rs/tracing/pull/1536 + https://github.com/tokio-rs/tracing/pull/1547) - log filtering fixes https://github.com/tokio-rs/tracing/pull/1543 Local: force `log` and `log-always` features off. This removes the `enable-trace-logging` flag from smartplatform/reconciler. Reviewed By: guswynn Differential Revision: D30906032 fbshipit-source-id: fdc3e4e29a39e9e181d9f4ff017e6b3e16acdcd8 --- src/dep_tests/cargo_thrift/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/dep_tests/cargo_thrift/Cargo.toml b/src/dep_tests/cargo_thrift/Cargo.toml index eec85eb0385..5d7037370f2 100644 --- a/src/dep_tests/cargo_thrift/Cargo.toml +++ b/src/dep_tests/cargo_thrift/Cargo.toml @@ -25,7 +25,7 @@ serde = { version = "1.0.126", features = ["derive", "rc"] } serde_derive = "1.0" thiserror = "1.0.29" tokio_shim = { path = "../../../../../../common/rust/shed/tokio_shim" } -tracing = "0.1.26" +tracing = "0.1.27" tracing-futures = "0.2.5" [build-dependencies]