Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

trace: update tracing dependencies #623

Merged
merged 1 commit into from
Aug 11, 2020
Merged

trace: update tracing dependencies #623

merged 1 commit into from
Aug 11, 2020

Commits on Aug 11, 2020

  1. trace: update tracing dependencies

    This branch makes the following dependency updates:
    ```
    :; cargo update -p tracing -p tracing-core -p tracing-subscriber -p tokio-trace
        Updating crates.io index
        Updating git repository `https://github.com/hawkw/tokio-trace`
        Updating regex v1.2.1 -> v1.3.9
        Updating regex-syntax v0.6.11 -> v0.6.18
        Updating thread_local v0.3.6 -> v1.0.1
        Updating tracing v0.1.18 -> v0.1.19
        Updating tracing-attributes v0.1.9 -> v0.1.10
        Updating tracing-core v0.1.12 -> v0.1.14
        Updating tracing-subscriber v0.2.10 -> v0.2.11
    ```
    
    In particular, the `tracing-core` update picks up upstream change
    tokio-rs/tracing#908, which fixes a bug where filtering would fail to
    take the fastest fast path in many cases. This time, there's a small,
    but actually noticeable, latency reduction in the proxy benchmarks.
    
    Signed-off-by: Eliza Weisman <eliza@buoyant.io>
    hawkw committed Aug 11, 2020
    Configuration menu
    Copy the full SHA
    4e40665 View commit details
    Browse the repository at this point in the history