ci: Add more allowances for multiple version of the same crate

This commit is contained in:
Jonas Platte 2024-09-20 19:38:29 +02:00
parent 652e59b0c0
commit 69fac0a065
1 changed files with 5 additions and 0 deletions

View File

@ -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]