diff --git a/deny.toml b/deny.toml index 7588e71f16..969a3f7626 100644 --- a/deny.toml +++ b/deny.toml @@ -252,6 +252,11 @@ deny = [ # Certain crates/versions that will be skipped when doing duplicate detection. skip = [ + + { crate = "sha2", reason = "temporary duplicate until upstream updates" }, + { crate = "digest", reason = "temporary duplicate until upstream updates" }, + { crate = "block-buffer", reason = "temporary duplicate until upstream updates" } + # { name = "hashbrown", version = "=0.13.2" }, # { name = "syn", version = "=1.0.109" }, ]