mirror of
https://github.com/tokio-rs/axum.git
synced 2025-03-13 19:27:53 +01:00
Update deny.toml bans (#1668)
This commit is contained in:
parent
978ae63358
commit
cad6611bf7
1 changed files with 3 additions and 3 deletions
|
@ -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]
|
||||
|
|
Loading…
Add table
Reference in a new issue