rust-lang / cargo-bisect-rustc

Bisects rustc, either nightlies or CI artifacts
https://rust-lang.github.io/cargo-bisect-rustc/
Apache License 2.0
177 stars 55 forks source link

Update dependencies #155

Closed LingMan closed 2 years ago

LingMan commented 2 years ago

This updates all dependencies to current versions.

The first commit fixes https://github.com/rust-lang/cargo-bisect-rustc/issues/154.

Note that tempdir is unmaintained and should be replaced with tempfile, but that's a task for another day and PR.

oli-obk commented 2 years ago

Nice! Maybe we should have a cronjob to check for relevant updates