Skip to content

Commit

Permalink
ci: Add more allowances for multiple version of the same crate
Browse files Browse the repository at this point in the history
  • Loading branch information
jplatte committed Sep 20, 2024
1 parent b82fc3c commit 105c335
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 @@ -33,6 +33,11 @@ skip-tree = [
{ name = "regex-automata" },
# pulled in by hyper
{ name = "socket2" },
# hyper-util hasn't upgraded to 0.5 yet, but it's the same service / layer
# crates beneath
{ name = "tower" },
# tower hasn't upgraded to 1.0 yet
{ name = "sync_wrapper" },
]

[sources]
Expand Down

0 comments on commit 105c335

Please sign in to comment.