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 4a834d2 commit 45a39bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dep_tests/cargo_thrift/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit 45a39bc

Please sign in to comment.