uv icon indicating copy to clipboard operation
uv copied to clipboard

Deduplicate `regex-automata`

Open charliermarsh opened this issue 1 year ago • 2 comments

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].

charliermarsh avatar Jan 29 '24 21:01 charliermarsh

https://github.com/tokio-rs/tracing/issues/2702

charliermarsh avatar Jan 29 '24 21:01 charliermarsh

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

zanieb avatar Jul 01 '24 21:07 zanieb

Should be fixed by https://github.com/astral-sh/uv/pull/15584

j178 avatar Aug 30 '25 00:08 j178

Let's go!

charliermarsh avatar Aug 30 '25 01:08 charliermarsh