From d269f6bfc35aeeaf0fc118326daf94b7495edd02 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Aug 2025 07:41:50 +0000 Subject: [PATCH 1/2] build(deps): bump EmbarkStudios/cargo-deny-action from 2.0.12 to 2.0.13 Bumps [EmbarkStudios/cargo-deny-action](https://github.com/embarkstudios/cargo-deny-action) from 2.0.12 to 2.0.13. - [Release notes](https://github.com/embarkstudios/cargo-deny-action/releases) - [Commits](https://github.com/embarkstudios/cargo-deny-action/compare/v2.0.12...v2.0.13) --- updated-dependencies: - dependency-name: EmbarkStudios/cargo-deny-action dependency-version: 2.0.13 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 From f659a0f09ceb5ec388288febfffd1c342e31c0d4 Mon Sep 17 00:00:00 2001 From: Quentin Gliech Date: Mon, 18 Aug 2025 09:43:55 +0200 Subject: [PATCH 2/2] Update deny.toml --- deny.toml | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) 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", ]