From f61061d97446831c4e8f7f7e06110f17e6717afd Mon Sep 17 00:00:00 2001 From: tottoto Date: Wed, 6 Nov 2024 22:24:03 +0900 Subject: [PATCH] chore: Add itertools 0.12.1 to cargo-deny skip config --- deny.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/deny.toml b/deny.toml index 8e1a9f996..cc9fed98d 100644 --- a/deny.toml +++ b/deny.toml @@ -19,6 +19,7 @@ deny = [ { crate = "term" }, ] 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 = [