From 47c5029d9464e818c7aff039d51543fe9caa9f97 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?K=C3=A9vin=20Commaille?= Date: Sun, 21 Apr 2024 15:48:33 +0200 Subject: [PATCH] deny: Do not skip syn 1 Now that the proc-macro-error dep was removed, we don't depend on it anymore --- deny.toml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/deny.toml b/deny.toml index 7fed9c985473..c8233d09bda0 100644 --- a/deny.toml +++ b/deny.toml @@ -34,12 +34,6 @@ allow-git = [ "https://github.com/gtk-rs/gtk-rs-core", ] -# proc-macro-error depends on an old version of syn -# See https://github.com/gtk-rs/gtk4-rs/issues/1409 -[[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/50 [[bans.skip]]