mirror of
https://github.com/tokio-rs/tracing.git
synced 2026-03-19 06:12:30 +00:00
## Motivation Fix minimal-versions failure. ## Solution Upgrade all the dependencies to their most recent semver-compatible version, adjusting back down as necessary for MSRV. ## Context [cargo-minimal-versions](https://lib.rs/crates/cargo-minimal-versions) is wonderful. With this PR, the full repo passes under all of - `cargo hack --workspace minimal-versions check --all-features` - `cargo +1.49 hack --workspace --exclude tracing-appender minimal-versions check --all-features` - `cargo +1.53 hack -p tracing-appender minimal-versions check --all-features` - All of CI 😇