chore(cargo): update webpki to fix RUSTSEC-2023-0052

This commit is contained in:
link2xt
2023-10-01 00:04:45 +00:00
parent 80ca59f152
commit 53230b6eb0

4
Cargo.lock generated
View File

@@ -5448,9 +5448,9 @@ dependencies = [
[[package]]
name = "webpki"
version = "0.22.1"
version = "0.22.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f0e74f82d49d545ad128049b7e88f6576df2da6b02e9ce565c6f533be576957e"
checksum = "07ecc0cd7cac091bf682ec5efa18b1cff79d617b84181f38b3951dbe135f607f"
dependencies = [
"ring",
"untrusted",