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 <zonyitoo@gmail.com>
This commit is contained in:
renovate[bot]
2025-04-29 01:34:57 +08:00
committed by GitHub
parent 6fba4c479c
commit 965ea0355d
2 changed files with 3 additions and 4 deletions

4
Cargo.lock generated
View File

@@ -4349,9 +4349,9 @@ dependencies = [
[[package]]
name = "webpki-roots"
version = "0.26.8"
version = "0.26.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2210b291f7ea53617fbafcc4939f10914214ec15aace5ba62293a668f322c5c9"
checksum = "29aad86cec885cafd03e8305fd727c418e970a521322c91688414d5b8efba16b"
dependencies = [
"rustls-pki-types",
]

View File

@@ -99,8 +99,8 @@ allow = [
"BSD-2-Clause",
"BSD-3-Clause",
"Unicode-3.0",
"Unicode-DFS-2016",
"MPL-2.0",
"CDLA-Permissive-2.0",
"CC0-1.0",
"0BSD",
]
@@ -116,7 +116,6 @@ exceptions = [
# list
#{ allow = ["Zlib"], crate = "adler32" },
{ allow = ["WTFPL"], crate = "tun" },
{ allow = ["LicenseRef-ring"], crate = "ring" },
]
# Some crates don't have (easily) machine readable licensing information,