From 80b73ec6226e8fadd245ddf3e98aa59371999ad1 Mon Sep 17 00:00:00 2001 From: tottoto Date: Fri, 13 Dec 2024 12:17:35 +0900 Subject: [PATCH] chore: Remove sync_wrapper 0.1.2 from cargo-deny skip config --- deny.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/deny.toml b/deny.toml index 6f038d8ad..63729d792 100644 --- a/deny.toml +++ b/deny.toml @@ -20,7 +20,6 @@ deny = [ ] skip = [ { crate = "itertools@0.12.1", reason = "aws-lc-sys depends on bindgen which depends on it" }, - { crate = "sync_wrapper@0.1.2", reason = "tower depends on it" } ] skip-tree = [ { crate = "windows-sys" },