This repository has been archived by the owner on Nov 22, 2023. It is now read-only.
Disallow wildcard dependencies with cargo-deny
#193
Labels
automation-and-testing
Automate everything
good first issue
Approachable for beginners! No special knowledge needed
We don't want to allow wildcard dependencies, as they might allow dependency upgrades with breaking changes.
However,
cargo-deny
currently treats all git dependencies as wildcards, even when the commit hash is fixed.We need to wait for EmbarkStudios/cargo-deny#488 to switch this back.
Then we can change the corresponding entry in
deny.toml
.The text was updated successfully, but these errors were encountered: