Skip to content

Commit f659a0f

Browse files
committed
Update deny.toml
1 parent d269f6b commit f659a0f

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

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)