mirror of https://github.com/tokio-rs/axum
ci: Add more allowances for multiple version of the same crate
This commit is contained in:
parent
d2d74f6ad1
commit
88de9fc407
|
@ -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]
|
||||
|
|
Loading…
Reference in New Issue