mirror of
https://github.com/tokio-rs/axum.git
synced 2024-12-28 07:20:12 +01:00
Ignore duplicate dependencies pulled in by windows-sys
This commit is contained in:
parent
6e6aa8f39e
commit
0a3b4b8e43
1 changed files with 2 additions and 0 deletions
|
@ -19,6 +19,8 @@ skip-tree = [
|
||||||
# currently duplicated through header, reqwest, tower-http and cookie
|
# currently duplicated through header, reqwest, tower-http and cookie
|
||||||
# C.f. https://github.com/tokio-rs/axum/pull/1641
|
# C.f. https://github.com/tokio-rs/axum/pull/1641
|
||||||
{ name = "base64" },
|
{ name = "base64" },
|
||||||
|
# parking_lot pulls in old versions of windows-sys
|
||||||
|
{ name = "windows-sys" },
|
||||||
]
|
]
|
||||||
|
|
||||||
[sources]
|
[sources]
|
||||||
|
|
Loading…
Reference in a new issue