Skip to content

Commit 3cfd7fa

Browse files
committed
Delist LicenseRef-ring, as ring no longer uses it
Before this change, we get a warning: $ cargo deny --workspace --all-features check licenses warning[license-not-encountered]: license was not encountered ┌─ /home/ek/source/repos/gitoxide/deny.toml:32:6 │ 32 │ "LicenseRef-ring", │ ━━━━━━━━━━━━━━━ unmatched license allowance licenses ok The same warning is shown in the `cargo-deny` job check on CI. This happens because `ring` no longer uses a custom/nonstandard license, instead using `Apache-2.0 AND ISC` since version 0.17.10. (See briansmith/ring#2402 and https://crates.io/crates/ring/versions for details.) Nothing in this workspace depends directly or directly on old versions of `ring` that use that license, so this removes it from the list of licenses in `deny.toml`.
1 parent c13a403 commit 3cfd7fa

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

deny.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ allow = [
2929
"MIT",
3030
"MIT-0",
3131
"ISC",
32-
"LicenseRef-ring",
3332
"OpenSSL",
3433
"Zlib",
3534
"MPL-2.0",

0 commit comments

Comments
 (0)