## Feature Request ### Crates <!-- If known, please specify the tracing crate or crates the new feature should be added to. Otherwise, delete this section. --> tracing-subscriber ### Motivation <!-- Please describe the use case(s) or other motivation for the new feature. --> 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](https://github.com/hawkw/matchers/pulls) to bump dependency, may the owner havn't had time to review. ### Proposal <!-- How should the new feature be implemented, and why? Add any considered drawbacks. --> Fork matchers and publish a `matchers2` if hawhw don't want to transfer that crate. ### Alternatives <!-- Are there other ways to solve this problem that you've considered? What are their potential drawbacks? Why was the proposed solution chosen over these alternatives? --> Still wait until @hawkw merged the bump-dep PR