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
652e59b0c0
commit
69fac0a065
|
@ -33,6 +33,11 @@ skip-tree = [
|
||||||
{ name = "regex-automata" },
|
{ name = "regex-automata" },
|
||||||
# pulled in by hyper
|
# pulled in by hyper
|
||||||
{ name = "socket2" },
|
{ 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]
|
[sources]
|
||||||
|
|
Loading…
Reference in New Issue