File tree Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Original file line number Diff line number Diff line change @@ -24,8 +24,8 @@ ignore = [
2424[licenses ]
2525version = 2
2626allow = [
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"
103100allow-registry = [" https://github.com/rust-lang/crates.io-index" ]
104101
105102allow-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]
You can’t perform that action at this time.
0 commit comments