Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): Try to remove warnings of cargo deny check bans #7805

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 0 additions & 11 deletions deny.toml
Original file line number Diff line number Diff line change
Expand Up @@ -74,12 +74,6 @@ skip-tree = [

# ECC crates

# wait for minreq and zcash_proofs to upgrade
{ name = "rustls", version = "=0.20.9" },

# wait for zcash_proofs to upgrade
{ name = "webpki-roots", version = "=0.22.6" },

# zebra-utils dependencies

# wait for structopt upgrade (or upgrade to clap 4)
Expand All @@ -100,13 +94,8 @@ skip-tree = [

# Optional dependencies

# upgrade abscissa (required dependency) and arti (optional dependency)
{ name = "semver", version = "=0.9.0" },

# Elasticsearch dependencies

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

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