From cad6611bf7972b6c685f06a6901a88c97c4a66aa Mon Sep 17 00:00:00 2001 From: Jonas Platte Date: Tue, 3 Jan 2023 19:53:17 +0100 Subject: [PATCH] Update deny.toml bans (#1668) --- deny.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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]