Skip to content

Commit

Permalink
fix denies
Browse files Browse the repository at this point in the history
  • Loading branch information
oxarbitrage committed Oct 8, 2024
1 parent 0d922c3 commit 64b4fcf
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions deny.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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`.
Expand Down

0 comments on commit 64b4fcf

Please sign in to comment.