Skip to content

Commit e203a5f

Browse files
authored
build(deps): bump EmbarkStudios/cargo-deny-action from 2.0.12 to 2.0.13 (#4897)
2 parents 7599e47 + f659a0f commit e203a5f

File tree

2 files changed

+4
-7
lines changed

2 files changed

+4
-7
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ jobs:
158158
uses: actions/checkout@v5
159159

160160
- name: Run `cargo-deny`
161-
uses: EmbarkStudios/[email protected].12
161+
uses: EmbarkStudios/[email protected].13
162162
with:
163163
rust-version: stable
164164

deny.toml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ ignore = [
2424
[licenses]
2525
version = 2
2626
allow = [
27+
"LicenseRef-Element-Commercial",
2728
"0BSD",
28-
"AGPL-3.0",
2929
"Apache-2.0 WITH LLVM-exception",
3030
"Apache-2.0",
3131
"BSD-2-Clause",
@@ -80,9 +80,6 @@ skip = [
8080
{ name = "rustix", version = "0.38.44" },
8181
{ name = "linux-raw-sys", version = "0.9.4" },
8282

83-
# This is a compatibility version of webpki-roots that depends on the 1.0 version
84-
{ name = "webpki-roots", version = "0.26.11" },
85-
8683
# We are still mainly using rand 0.8
8784
{ name = "rand", version = "0.8.5" },
8885
{ name = "rand_chacha", version = "0.3.1" },
@@ -103,6 +100,6 @@ unknown-git = "warn"
103100
allow-registry = ["https://github.com/rust-lang/crates.io-index"]
104101

105102
allow-git = [
106-
# https://github.com/open-telemetry/opentelemetry-rust/pull/3076
107-
"https://github.com/sandhose/opentelemetry-rust",
103+
# https://github.com/open-telemetry/opentelemetry-rust/pull/3076
104+
"https://github.com/sandhose/opentelemetry-rust",
108105
]

0 commit comments

Comments
 (0)