We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
regex-automata
It looks like tracing-subscriber is pulling in an old version:
tracing-subscriber
❯ 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].
[email protected]
The text was updated successfully, but these errors were encountered:
tokio-rs/tracing#2702
Sorry, something went wrong.
Still blocked.
See:
matchers
No branches or pull requests
It looks like
tracing-subscriber
is pulling in an old version:Whereas elsewhere, we use
[email protected]
.The text was updated successfully, but these errors were encountered: