mirror of
https://github.com/tokio-rs/tracing.git
synced 2025-10-02 07:20:35 +00:00

## Motivation `tracing-core` 0.1.2 deprecated the `Subscriber::drop_span` function in favour of `try_close`. ## Solution This branch updates all other crates to depend on core 0.1.2, and replaces uses of `drop_span` with `try_close`. Signed-off-by: Eliza Weisman <eliza@buoyant.io>