Package: src:lintian-brush Version: 0.162 Hi,
I tried to run this command with latest lintian-brush version in Debian unstable but Rust panics: # deb-scrub-obsolete Removing run time and build time constraints unnecessary since bookworm thread 'main' panicked at /usr/share/cargo/registry/sqlx-core-0.8.3/src/pool/inner.rs:57:24: either the `runtime-async-std` or `runtime-tokio` feature must be enabled note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace # RUST_BACKTRACE=1 deb-scrub-obsolete Removing run time and build time constraints unnecessary since bookworm thread 'main' panicked at /usr/share/cargo/registry/sqlx-core-0.8.3/src/pool/inner.rs:57:24: either the `runtime-async-std` or `runtime-tokio` feature must be enabled stack backtrace: note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace. # RUST_BACKTRACE=full deb-scrub-obsolete Removing run time and build time constraints unnecessary since bookworm thread 'main' panicked at /usr/share/cargo/registry/sqlx-core-0.8.3/src/pool/inner.rs:57:24: either the `runtime-async-std` or `runtime-tokio` feature must be enabled stack backtrace: 0: 0x605ae2f33b59 - <unknown> 1: 0x605ae2f46743 - <unknown> 2: 0x605ae2f2363f - <unknown> 3: 0x605ae2f339a3 - <unknown> 4: 0x605ae2f016f5 - <unknown> 5: 0x605ae2f014e8 - <unknown> 6: 0x605ae2f01ccf - <unknown> 7: 0x605ae2f34726 - <unknown> 8: 0x605ae2f33d89 - <unknown> 9: 0x605ae2f0183d - <unknown> 10: 0x605ae2be6f30 - <unknown> 11: 0x605ae2dddfb8 - <unknown> 12: 0x605ae2ddf0f6 - <unknown> 13: 0x605ae2c474cc - <unknown> 14: 0x605ae2c5805b - <unknown> 15: 0x605ae2c54d87 - <unknown> 16: 0x605ae2c4fc36 - <unknown> 17: 0x605ae2c4673a - <unknown> 18: 0x605ae2c14547 - <unknown> 19: 0x605ae2bec999 - <unknown> 20: 0x605ae2c077f3 - <unknown> 21: 0x605ae2c0626c - <unknown> 22: 0x605ae2f22f7d - <unknown> 23: 0x605ae2bf2875 - <unknown> 24: 0x7cb5533e9f75 - <unknown> 25: 0x7cb5533ea027 - __libc_start_main 26: 0x605ae2be7711 - <unknown> 27: 0x0 - <unknown>

