diff --git a/deny.toml b/deny.toml index 9f2152fd..06f972b7 100644 --- a/deny.toml +++ b/deny.toml @@ -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]