From 2e0a605b99411073b8a62afb21a30e6081356f2a Mon Sep 17 00:00:00 2001 From: Dan Cline <6798349+Rjected@users.noreply.github.com> Date: Wed, 9 Aug 2023 16:53:04 -0400 Subject: [PATCH] chore: remove cargo deny rule for c-kzg --- Cargo.lock | 2 +- deny.toml | 7 ------- 2 files changed, 1 insertion(+), 8 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f0640e9cebff..cf825eaba2ec 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -933,7 +933,7 @@ dependencies = [ [[package]] name = "c-kzg" version = "0.1.0" -source = "git+https://github.com/ethereum/c-kzg-4844#13cec820c08f45318f82ed4e0da0300042758b92" +source = "git+https://github.com/ethereum/c-kzg-4844#6353f689e5d2802bbaf221253b3acafe4228331c" dependencies = [ "bindgen 0.64.0 (git+https://github.com/rust-lang/rust-bindgen?rev=0de11f0a521611ac8738b7b01d19dddaf3899e66)", "cc", diff --git a/deny.toml b/deny.toml index 3c59af057ea3..c76bbe889cc0 100644 --- a/deny.toml +++ b/deny.toml @@ -84,13 +84,6 @@ name = "rustls-webpki" expression = "LicenseRef-rustls-webpki" license-files = [{ path = "LICENSE", hash = 0x001c7e6c }] -[[licenses.clarify]] -name = "c-kzg" -expression = "Apache-2.0" -# The crate is in `bindings/rust` so we have to go up two directories for the -# license -license-files = [{ path = "../../LICENSE", hash = 0x13cec820 }] - # This section is considered when running `cargo deny check sources`. # More documentation about the 'sources' section can be found here: # https://embarkstudios.github.io/cargo-deny/checks/sources/cfg.html