Ignore duplicate dependencies pulled in by windows-sys

This commit is contained in:
David Pedersen 2023-02-07 22:21:00 +01:00
parent 6e6aa8f39e
commit 0a3b4b8e43

View file

@ -19,6 +19,8 @@ skip-tree = [
# currently duplicated through header, reqwest, tower-http and cookie
# C.f. https://github.com/tokio-rs/axum/pull/1641
{ name = "base64" },
# parking_lot pulls in old versions of windows-sys
{ name = "windows-sys" },
]
[sources]