From 23221b275af17dd209306da9dc06b4de0cb4ddcc 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 --- third-party/rust/shed/Cargo.toml | 8 -------- .../tokio-uds-compat/tokio-uds-compat/Cargo.toml | 2 +- .../shed/tokio-uds-compat/tokio-uds-compat/Cargo.toml | 2 +- 3 files changed, 2 insertions(+), 10 deletions(-) diff --git a/third-party/rust/shed/Cargo.toml b/third-party/rust/shed/Cargo.toml index 3fec8e1f90..6d36b46c09 100644 --- a/third-party/rust/shed/Cargo.toml +++ b/third-party/rust/shed/Cargo.toml @@ -12,14 +12,6 @@ rustfilt = { git = "https://github.com/jsgf/rustfilt.git", rev = "8141fa7f1caee5 shellexpand = { git = "https://github.com/fanzeyi/shellexpand.git", rev = "179447a3f8fccd765acfd2eed15a54c716c49cfe" } tokio-core = { git = "https://github.com/bolinfest/tokio-core", rev = "5f37aa3c627d56ee49154bc851d6930f5ab4398f" } toml = { git = "https://github.com/jsgf/toml-rs", branch = "dotted-table-0.5.7" } -tracing = { git = "https://github.com/tokio-rs/tracing.git", rev = "ac4a8dd27c0b28c36b9cf77cdc52b595168d1c5f" } -tracing-appender = { git = "https://github.com/tokio-rs/tracing.git", rev = "ac4a8dd27c0b28c36b9cf77cdc52b595168d1c5f" } -tracing-attributes = { git = "https://github.com/tokio-rs/tracing.git", rev = "ac4a8dd27c0b28c36b9cf77cdc52b595168d1c5f" } -tracing-core = { git = "https://github.com/tokio-rs/tracing.git", rev = "ac4a8dd27c0b28c36b9cf77cdc52b595168d1c5f" } -tracing-futures = { git = "https://github.com/tokio-rs/tracing.git", rev = "ac4a8dd27c0b28c36b9cf77cdc52b595168d1c5f" } -tracing-log = { git = "https://github.com/tokio-rs/tracing.git", rev = "ac4a8dd27c0b28c36b9cf77cdc52b595168d1c5f" } -tracing-serde = { git = "https://github.com/tokio-rs/tracing.git", rev = "ac4a8dd27c0b28c36b9cf77cdc52b595168d1c5f" } -tracing-subscriber = { git = "https://github.com/tokio-rs/tracing.git", rev = "ac4a8dd27c0b28c36b9cf77cdc52b595168d1c5f" } [workspace] members = [ diff --git a/third-party/rust/shed/public_autocargo/tokio-uds-compat/tokio-uds-compat/Cargo.toml b/third-party/rust/shed/public_autocargo/tokio-uds-compat/tokio-uds-compat/Cargo.toml index e2c2fedf6d..a8b5489fee 100644 --- a/third-party/rust/shed/public_autocargo/tokio-uds-compat/tokio-uds-compat/Cargo.toml +++ b/third-party/rust/shed/public_autocargo/tokio-uds-compat/tokio-uds-compat/Cargo.toml @@ -16,5 +16,5 @@ tokio = { version = "1.10", features = ["full", "test-util"] } [target.'cfg(target_os = "windows")'.dependencies] async-io = "1.4.1" futures = { version = "0.3.13", features = ["async-await", "compat"] } -tracing = "0.1.26" +tracing = "0.1.27" uds_windows = "1.0.1" diff --git a/third-party/rust/shed/tokio-uds-compat/tokio-uds-compat/Cargo.toml b/third-party/rust/shed/tokio-uds-compat/tokio-uds-compat/Cargo.toml index b6b938682c..bf3a7b75a1 100644 --- a/third-party/rust/shed/tokio-uds-compat/tokio-uds-compat/Cargo.toml +++ b/third-party/rust/shed/tokio-uds-compat/tokio-uds-compat/Cargo.toml @@ -15,5 +15,5 @@ tokio = { version = "1.10", features = ["full", "test-util"] } [target.'cfg(target_os = "windows")'.dependencies] async-io = "1.4.1" futures = { version = "0.3.13", features = ["async-await", "compat"] } -tracing = "0.1.26" +tracing = "0.1.27" uds_windows = "1.0.1"