sapling/eden/fs/cli_rs
David Barsky 85b8783db2 third-party: update tracing and related crates
Summary:
This diff does the following:
- Updates the tracing crates to the latest versions available. Changes include:
    - Experimental support for [Valuable](https://tokio.rs/blog/2021-05-valuable), which makes recording values much more like how serde does. Valuable also makes it easier to write a tracing-slog crate due to some implementation details of slog where buffering of values is necessary.
    - Combinators for combining filters in tracing-subscriber.
    - A `MakeWriter` implementation for `RollingFileAppender` in `tracing_appender`, which allows the `RollingFileAppender` without a background thread to being spun up.
    - Reduced the disabled span drop overhead by 50-70%—this might be most apparent in tests that don't set a subscriber.
- Move the tokio-console off git dependencies and to published versions on crates.io.

This diff also updates the following, non-exhaustive list of crates:
- parking_lot
- prost
- thread_local
- tonic
- hyper
- httparse
- h2

allow-large-files

Reviewed By: jsgf, fanzeyi

Differential Revision: D34801437

fbshipit-source-id: 2409de9194c8e00647ac5e4c514325fd2e23d247
2022-03-16 15:36:55 -07:00
..
edenfs-client third-party: update tracing and related crates 2022-03-16 15:36:55 -07:00
edenfs-commands third-party: update tracing and related crates 2022-03-16 15:36:55 -07:00
edenfs-config third-party: update tracing and related crates 2022-03-16 15:36:55 -07:00
edenfs-error move autocargo up one level (#101) 2022-02-08 06:07:52 -08:00
edenfs-utils move autocargo up one level (#101) 2022-02-08 06:07:52 -08:00
edenfsctl third-party: update tracing and related crates 2022-03-16 15:36:55 -07:00
stack-config move autocargo up one level (#101) 2022-02-08 06:07:52 -08:00
stack-config-derive move autocargo up one level (#101) 2022-02-08 06:07:52 -08:00