Hi, I'm trying to compile a Rust package that depends on curl-sys 0.4.39+curl-7.74.0 The issue is that having CARGO_CRATE_DEPENDS+= curl-0.4.34+curl-7.74.0, as extracted from the package Cargo.lock, makes fetch trying to get the source at, https://crates.io/api/v1/crates/curl-sys/7.74.0/download which is wrong. The correct url is https://crates.io/api/v1/crates/curl-sys/0.4.39+curl-7.74.0/download Anyone knows what the correct CARGO_CRATE_DEPENDS line would be? Thanks! Sent with ProtonMail Secure Email.