Skip to content

Commit

Permalink
third-party/rust: bump all the tracing packages
Browse files Browse the repository at this point in the history
Summary:
This includes recent changes:
- `skip_all` in #[instrument] tokio-rs/tracing#1548
- NoSubscriber no-op Subscriber tokio-rs/tracing#1549
- Box/Arc Layer (tokio-rs/tracing#1536 +
  tokio-rs/tracing#1547)
- log filtering fixes tokio-rs/tracing#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
  • Loading branch information
jsgf authored and facebook-github-bot committed Sep 15, 2021
1 parent f8e4c25 commit 23221b2
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 10 deletions.
8 changes: 0 additions & 8 deletions third-party/rust/shed/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit 23221b2

Please sign in to comment.