It's apparently because [`crates.io` seek pagination doesn't allow it](https://github.com/rust-lang/crates.io/issues/10349) (without sacrifing performance) so it's up to us to fix it. We can still use the old pagination system by providing the page number. I don't really see another way to fix it sadly...