Skip to content

Commit

Permalink
update denies
Browse files Browse the repository at this point in the history
  • Loading branch information
oxarbitrage committed Jan 30, 2025
1 parent 30a7d61 commit 1b78133
Showing 1 changed file with 0 additions and 17 deletions.
17 changes: 0 additions & 17 deletions deny.toml
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,6 @@ skip-tree = [
# wait for ordered-map to release a dependency fix
{ name = "ordered-map", version = "=0.4.2" },

# wait for primitive-types to upgrade
{ name = "proc-macro-crate", version = "=0.1.5" },

# wait for `color-eyre` to upgrade
{ name = "owo-colors", version = "=3.5.0" },

Expand All @@ -64,16 +61,10 @@ skip-tree = [
# wait for abscissa_core to upgrade
{name = "tracing-log", version = "=0.1.4" },

# wait for tokio-test -> tokio-stream to upgrade
{ name = "tokio-util", version = "=0.6.10" },

# wait for console-subscriber and tower to update hdrhistogram.
# also wait for ron to update insta, and wait for tonic update.
{ name = "base64", version = "=0.13.1" },

# wait for elasticsearch to update base64, darling, rustc_version, serde_with
{ name = "elasticsearch", version = "=8.5.0-alpha.1" },

# wait for reqwest to update base64
{ name = "base64", version = "=0.21.7" },
{ name = "sync_wrapper", version = "0.1.2" },
Expand All @@ -91,9 +82,6 @@ skip-tree = [
# 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" },

# wait for zebra to update tower
{ name = "tower", version = "=0.4.13" },
{ name = "hashbrown", version = "=0.14.5" },
Expand All @@ -105,11 +93,6 @@ skip-tree = [
# Remove after release candicate period is over and the ECC crates are not patched anymore
{ name = "equihash", version = "=0.2.0" },
{ name = "f4jumble", version = "=0.1.0" },
{ name = "incrementalmerkletree", version = "=0.6.0" },
{ name = "zcash_address", version = "=0.4.0" },
{ name = "zcash_keys", version = "=0.3.0" },
{ name = "zcash_primitives", version = "=0.16.0" },
{ name = "zcash_protocol", version = "=0.2.0" }
]

# This section is considered when running `cargo deny check sources`.
Expand Down

0 comments on commit 1b78133

Please sign in to comment.