Merge pull request #46 from FliegendeWurst/dependabot/cargo/rustls-webpki-0.101.4

Bump rustls-webpki from 0.101.1 to 0.101.4
This commit is contained in:
Arne Keller 2023-08-22 21:12:17 +02:00 committed by GitHub
commit 2e2cbe01ba
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

4
Cargo.lock generated
View File

@ -1795,9 +1795,9 @@ dependencies = [
[[package]]
name = "rustls-webpki"
version = "0.101.1"
version = "0.101.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "15f36a6828982f422756984e47912a7a51dcbc2a197aa791158f8ca61cd8204e"
checksum = "7d93931baf2d282fff8d3a532bbfd7653f734643161b87e3e01e59a04439bf0d"
dependencies = [
"ring",
"untrusted",