topgrade 5.8.0

Upgrade all the things
1
2
3
fn main() {
    println!("cargo:rustc-env=TARGET={}", std::env::var("TARGET").unwrap());
}