Closed mokurin000 closed 2 months ago
(this will close #2923)
tracing-subscriber depends on matchers 0.1.0, which depends on regex-automata 0.1,
matchers
regex-automata
which results binary bloat (~300KiB .text on x86_64, with current rustc) if user want to use latest regex.
regex
Bump matchers to 0.2.0, which updates to latest regex-automata (^0.4)
Duplicate of https://github.com/tokio-rs/tracing/pull/3033
Motivation
(this will close #2923)
tracing-subscriber depends on
matchers
0.1.0, which depends onregex-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)