Skip to content

Commit

Permalink
fix parsing, remove not needed entries
Browse files Browse the repository at this point in the history
  • Loading branch information
oxarbitrage committed Oct 8, 2024
1 parent 64b4fcf commit bb80d68
Showing 1 changed file with 3 additions and 11 deletions.
14 changes: 3 additions & 11 deletions deny.toml
Original file line number Diff line number Diff line change
Expand Up @@ -84,22 +84,14 @@ skip-tree = [
{ name = "http-body", version = "=0.4.6" },
{ name = "hyper", version = "=0.14.30" },

# TODO: Remove this after we upgrade ECC dependencies to a crates.io version (#8749)
{ name = "equihash", version = "=0.2.0" },
{ name = "f4jumble", version = "=0.1.0" },
{ name = "secp256k1", version = "=0.26.0" },
{ name = "zcash_address", version = "=0.5.0" },
{ name = "zcash_client_backend", version = "=0.13.0" },


# wait for structopt-derive to update heck
{ name = "heck", version = "=0.3.3" },

,
# wait for librocksdb-sys to update bindgen to one that uses newer itertools
{ name = "itertools", version = "=0.12.1" }
{ name = "itertools", version = "=0.12.1" },

# wait for halo2_gadgets and primitive-types to update uint
{ name = "uint", version = "=0.9.5" }
{ name = "uint", version = "=0.9.5" },

# wait for dirs-sys to update windows-sys
{ name = "windows-sys", version = "=0.48.0" }
Expand Down

0 comments on commit bb80d68

Please sign in to comment.