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 authored and gitbutler-client committed Nov 11, 2024
1 parent c99ab67 commit ab4a6d2
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 ab4a6d2

Please sign in to comment.