Skip to content

Commit

Permalink
fix: allow duplicate crates when updating slipped10
Browse files Browse the repository at this point in the history
slipped10 has duplicate versions of sha2, and until that is fixed we can ignore it and its related dependents' multiple versions.
  • Loading branch information
willemneal committed Nov 14, 2024
1 parent 2e5bc54 commit cb9e6f3
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions deny.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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" },
]
Expand Down

0 comments on commit cb9e6f3

Please sign in to comment.