From 59ef053f5014b6b80237e5e4d307393c82a01d7f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Sat, 3 Feb 2024 12:27:53 +0200 Subject: [PATCH] deny: Remove now unnecessary idna override Part-of: --- deny.toml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/deny.toml b/deny.toml index 05f02b8c..522a0d87 100644 --- a/deny.toml +++ b/deny.toml @@ -71,12 +71,6 @@ version = "0.9" name = "hmac" version = "0.11" -# cookie_store depends on older idna -# https://github.com/pfernie/cookie_store/commit/b9c710f45550c5c8997f18a83e6fcc5998cf1726 -[[bans.skip]] -name = "idna" -version = "0.2" - # field-offset and nix depend on an older memoffset # https://github.com/Diggsey/rust-field-offset/pull/23 # https://github.com/nix-rust/nix/pull/1885