topgrade 17.3.0

Upgrade all the things
1
2
3
4
5
6
disallowed-methods = [
    { path = "std::process::Command::new", reason = "Use `ctx.execute()` or `ctx.execute().always()`" },
    { path = "std::process::Command::output", reason = "Use `output_checked[_with][_utf8]`" },
    { path = "std::process::Command::spawn", reason = "Use `spawn_checked`" },
    { path = "std::process::Command::status", reason = "Use `status_checked`" },
]