From 64b4fcff4f40a99ced18e42206e139e0ce47656e Mon Sep 17 00:00:00 2001 From: Alfredo Garcia Date: Tue, 8 Oct 2024 15:44:33 -0300 Subject: [PATCH] fix denies --- deny.toml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/deny.toml b/deny.toml index bf51d9dcafc..54a3cf8b338 100644 --- a/deny.toml +++ b/deny.toml @@ -97,6 +97,12 @@ skip-tree = [ # wait for librocksdb-sys to update bindgen to one that uses newer itertools { name = "itertools", version = "=0.12.1" } + + # wait for halo2_gadgets and primitive-types to update uint + { name = "uint", version = "=0.9.5" } + + # wait for dirs-sys to update windows-sys + { name = "windows-sys", version = "=0.48.0" } ] # This section is considered when running `cargo deny check sources`.