Skip to content

Commit 965ea03

Browse files
fix(deps): update rust crate webpki-roots to v0.26.9 (#1942)
* fix(deps): update rust crate webpki-roots to v0.26.9 * chore: webpki-roots v0.26.9 license changed to CDLA-Permissive-2.0 --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: zonyitoo <[email protected]>
1 parent 6fba4c4 commit 965ea03

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

Cargo.lock

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

deny.toml

+1-2
Original file line numberDiff line numberDiff line change
@@ -99,8 +99,8 @@ allow = [
9999
"BSD-2-Clause",
100100
"BSD-3-Clause",
101101
"Unicode-3.0",
102-
"Unicode-DFS-2016",
103102
"MPL-2.0",
103+
"CDLA-Permissive-2.0",
104104
"CC0-1.0",
105105
"0BSD",
106106
]
@@ -116,7 +116,6 @@ exceptions = [
116116
# list
117117
#{ allow = ["Zlib"], crate = "adler32" },
118118
{ allow = ["WTFPL"], crate = "tun" },
119-
{ allow = ["LicenseRef-ring"], crate = "ring" },
120119
]
121120

122121
# Some crates don't have (easily) machine readable licensing information,

0 commit comments

Comments
 (0)