mirror of
https://github.com/tokio-rs/axum.git
synced 2024-11-22 15:17:18 +01:00
ci: Add more allowances for multiple version of the same crate
This commit is contained in:
parent
d2d74f6ad1
commit
88de9fc407
1 changed files with 5 additions and 0 deletions
|
@ -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 a new issue