diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 2f82ada41..d1dc6031e 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -158,7 +158,7 @@ jobs: uses: actions/checkout@v5 - name: Run `cargo-deny` - uses: EmbarkStudios/cargo-deny-action@v2.0.12 + uses: EmbarkStudios/cargo-deny-action@v2.0.13 with: rust-version: stable diff --git a/deny.toml b/deny.toml index bfc125dcf..508816d14 100644 --- a/deny.toml +++ b/deny.toml @@ -24,8 +24,8 @@ ignore = [ [licenses] version = 2 allow = [ + "LicenseRef-Element-Commercial", "0BSD", - "AGPL-3.0", "Apache-2.0 WITH LLVM-exception", "Apache-2.0", "BSD-2-Clause", @@ -80,9 +80,6 @@ skip = [ { name = "rustix", version = "0.38.44" }, { name = "linux-raw-sys", version = "0.9.4" }, - # This is a compatibility version of webpki-roots that depends on the 1.0 version - { name = "webpki-roots", version = "0.26.11" }, - # We are still mainly using rand 0.8 { name = "rand", version = "0.8.5" }, { name = "rand_chacha", version = "0.3.1" }, @@ -103,6 +100,6 @@ unknown-git = "warn" allow-registry = ["https://github.com/rust-lang/crates.io-index"] allow-git = [ - # https://github.com/open-telemetry/opentelemetry-rust/pull/3076 - "https://github.com/sandhose/opentelemetry-rust", + # https://github.com/open-telemetry/opentelemetry-rust/pull/3076 + "https://github.com/sandhose/opentelemetry-rust", ]