From f652015098c8257fdf241175a7fadf82f57eee40 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 --- fb303/thrift/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fb303/thrift/Cargo.toml b/fb303/thrift/Cargo.toml index 9488c58ce..fb0c411a0 100644 --- a/fb303/thrift/Cargo.toml +++ b/fb303/thrift/Cargo.toml @@ -24,7 +24,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]