diff --git a/deny.toml b/deny.toml index 68bebc633..4085fcc12 100644 --- a/deny.toml +++ b/deny.toml @@ -34,3 +34,9 @@ allow-git = [ [[bans.skip]] name = "syn" version = "1.0" + +# 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"