Skip to content

Commit

Permalink
chore(pairing-crypto): resolve duplicate windows-sys
Browse files Browse the repository at this point in the history
  • Loading branch information
thomas-pearson-mattr committed Dec 9, 2024
1 parent 3d38a7c commit 4fdf376
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions deny.toml
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,9 @@ skip = [
# dependencies starting at the specified crate, up to a certain depth, which is
# by default infinite
skip-tree = [
# TODO: Currently there is a duplicate for 0.52.0 & 0.59.0 older version coming from
# https://github.com/mattrglobal/blstrs.git for now we will ignore until it's patched upstream
{ name = "windows-sys", depth = 10 }
#{ name = "ansi_term", version = "=0.11.0", depth = 20 },
]

Expand Down

0 comments on commit 4fdf376

Please sign in to comment.