mirror of
https://github.com/tokio-rs/axum.git
synced 2024-11-21 14:46:32 +01:00
ci: Add more allowances for multiple version of the same crate
This commit is contained in:
parent
652e59b0c0
commit
69fac0a065
1 changed files with 5 additions and 0 deletions
|
@ -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 a new issue