uv
uv copied to clipboard
Deduplicate `regex-automata`
It looks like tracing-subscriber is pulling in an old version:
❯ cargo tree -p puffin -i [email protected]
regex-automata v0.1.10
└── matchers v0.1.0
└── tracing-subscriber v0.3.18
├── puffin v0.0.3 (/Users/crmarsh/workspace/guffin/crates/puffin)
└── tracing-tree v0.3.0
└── puffin v0.0.3 (/Users/crmarsh/workspace/guffin/crates/puffin)
Whereas elsewhere, we use [email protected].
https://github.com/tokio-rs/tracing/issues/2702
Still blocked.
See:
- https://github.com/tokio-rs/tracing/issues/2923
- https://github.com/tokio-rs/tracing/pull/2945
- https://github.com/hawkw/matchers/pull/5
Should be fixed by https://github.com/astral-sh/uv/pull/15584
Let's go!