tokio-rs / tracing

Application level tracing for Rust.
https://tracing.rs
MIT License
5.52k stars 725 forks source link

chore: bump matchers to 0.2.0 #3078

Closed mokurin000 closed 2 months ago

mokurin000 commented 2 months ago

Motivation

(this will close #2923)

tracing-subscriber depends on matchers 0.1.0, which depends on regex-automata 0.1,

which results binary bloat (~300KiB .text on x86_64, with current rustc) if user want to use latest regex.

Solution

Bump matchers to 0.2.0, which updates to latest regex-automata (^0.4)

Rustin170506 commented 2 months ago

Duplicate of https://github.com/tokio-rs/tracing/pull/3033