BurntSushi / quickcheck

Automated property based testing for Rust (with shrinking).
The Unlicense
2.32k stars 144 forks source link

Bump env_logger from 0.8 to 0.9 #308

Closed adamchalmers closed 2 years ago

adamchalmers commented 2 years ago

Hi! I'm opening this PR to remove env-logger 0.8 from my cargo tree -- it's being pulled in transitively via this crate.

The only breaking change in 0.9 is "Default message format now prints the target instead of the module" (see their release notes) which seems OK here. I've run cargo test --all-features on MacOS, please let me know if there's anything else I can do to test.

adamchalmers commented 2 years ago

Duplicate of https://github.com/BurntSushi/quickcheck/pull/307