The docs contain lots of examples suggesting to use [`Command::cargo_bin`](https://docs.rs/assert_cmd/latest/assert_cmd/cmd/struct.Command.html#method.cargo_bin) which was deprecated in [2.1.0](https://github.com/assert-rs/assert_cmd/blob/master/CHANGELOG.md#210---2025-10-28).
The docs contain lots of examples suggesting to use
Command::cargo_binwhich was deprecated in 2.1.0.