tracing
tracing copied to clipboard
potential binary bloat caused by `matchers`
Feature Request
Crates
tracing-subscriber
Motivation
tracing-subscriber depends on matchers,
which depends on old regex-autometa,
results a huge binary bloating when users want to use latest regex.
While there are two PR to bump dependency, may the owner havn't had time to review.
Proposal
Fork matchers and publish a matchers2 if hawhw don't want to transfer that crate.
Alternatives
Still wait until @hawkw merged the bump-dep PR
@hawkw any chance you'll have time soon to look into updating matchers? There are PRs open already.
@hawkw any chance you'll have time soon to look into updating matchers? There are PRs open already.
check https://github.com/tokio-rs/tracing/pull/2945 I don't expect she will merge these PR
Hi! Just want to chime in that this is something we noticed was duplicated in our tree. It looks like this is blocked waiting for
- https://github.com/hawkw/matchers/pull/5
matchers 0.2.0 is published now, which fixes the problem.