From a82068643d2b676a4bff324f2b872ceed1eda4b9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Wed, 31 Jan 2024 17:10:15 +0200 Subject: [PATCH] deny: Remove unnecessary toml_edit override Part-of: --- deny.toml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/deny.toml b/deny.toml index 65ae00cc..05f02b8c 100644 --- a/deny.toml +++ b/deny.toml @@ -138,12 +138,6 @@ version = "0.11" name = "regex-automata" version = "0.1" -# proc-macro-crate depends on an older version of toml_edit -# https://github.com/bkchr/proc-macro-crate/pull/41 -[[bans.skip]] -name = "toml_edit" -version = "0.20" - # Various crates depend on old versions of the windows crates [[bans.skip]] name = "windows_x86_64_msvc"