Skip to content

Commit

Permalink
allow duplicate dependency of typed-builder since dependabot wants to…
Browse files Browse the repository at this point in the history
… upgrade typed-builder to v0.18
  • Loading branch information
tlowerison committed Nov 1, 2023
1 parent 9d9c515 commit f9e8119
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions deny.toml
Original file line number Diff line number Diff line change
Expand Up @@ -246,6 +246,7 @@ skip = [
{ name = "itertools", version = "=0.10.5" },
{ name = "socket2", version = "=0.4.10" },
{ name = "syn", version = "=1.0.109" },
{ name = "typed-builder", version = "=0.16.2" },
]
# Similarly to `skip` allows you to skip certain crates during duplicate
# detection. Unlike skip, it also includes the entire tree of transitive
Expand Down

0 comments on commit f9e8119

Please sign in to comment.