Update deny.toml bans (#1668)

This commit is contained in:
Jonas Platte
2023-01-03 19:53:17 +01:00
committed by GitHub
parent 978ae63358
commit cad6611bf7
+3 -3
View File
@@ -16,9 +16,9 @@ confidence-threshold = 0.8
multiple-versions = "deny"
highlight = "all"
skip-tree = [
# currently duplicated through mio & parking_lot_core
# https://github.com/tokio-rs/mio/pull/1624 will fix that
{ name = "windows-sys" },
# currently duplicated through header, reqwest, tower-http and cookie
# C.f. https://github.com/tokio-rs/axum/pull/1641
{ name = "base64" },
]
[sources]