tokio-rs / tracing

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

tracing-subscriber: bump `matchers` to 0.2.0 #3056

Open tobz opened 3 months ago

tobz commented 3 months ago

Motivation

Looking to get rid of a duplicate dependency due to using an older version of matchers ( getting rid of a duplicate version of regex-automata, specifically).

Solution

Well... update matchers. :)

AaronDewes commented 3 weeks ago

This does not compile and is a duplicate of #3033.

I'd like to see that change merged though :smiley: