@@ -24,8 +24,8 @@ ignore = [
24
24
[licenses ]
25
25
version = 2
26
26
allow = [
27
+ " LicenseRef-Element-Commercial" ,
27
28
" 0BSD" ,
28
- " AGPL-3.0" ,
29
29
" Apache-2.0 WITH LLVM-exception" ,
30
30
" Apache-2.0" ,
31
31
" BSD-2-Clause" ,
@@ -80,9 +80,6 @@ skip = [
80
80
{ name = " rustix" , version = " 0.38.44" },
81
81
{ name = " linux-raw-sys" , version = " 0.9.4" },
82
82
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
-
86
83
# We are still mainly using rand 0.8
87
84
{ name = " rand" , version = " 0.8.5" },
88
85
{ name = " rand_chacha" , version = " 0.3.1" },
@@ -103,6 +100,6 @@ unknown-git = "warn"
103
100
allow-registry = [" https://github.com/rust-lang/crates.io-index" ]
104
101
105
102
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" ,
108
105
]
0 commit comments