Skip to content
New issue

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

Deduplicate regex-automata #1175

Open
charliermarsh opened this issue Jan 29, 2024 · 2 comments
Open

Deduplicate regex-automata #1175

charliermarsh opened this issue Jan 29, 2024 · 2 comments
Labels
internal A refactor or improvement that is not user-facing

Comments

@charliermarsh
Copy link
Member

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 charliermarsh added the internal A refactor or improvement that is not user-facing label Jan 29, 2024
@charliermarsh
Copy link
Member Author

tokio-rs/tracing#2702

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
internal A refactor or improvement that is not user-facing
Projects
None yet
Development

No branches or pull requests

2 participants