Patch rustls-webpki crate

This commit is contained in:
jasperpatterson 2024-04-25 14:48:57 -06:00
parent a74f9d531b
commit e0c97ec982
No known key found for this signature in database
2 changed files with 4 additions and 2 deletions

3
Cargo.lock generated
View File

@ -2333,8 +2333,7 @@ dependencies = [
[[package]]
name = "rustls-webpki"
version = "0.102.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f3bce581c0dd41bce533ce695a1437fa16a7ab5ac3ccfa99fe1a620a7885eabf"
source = "git+https://github.com/agilebits/webpki.git?branch=jasper/crl-expiration#a56c71377894d29407d8993d47423194a2154352"
dependencies = [
"aws-lc-rs",
"ring",

View File

@ -26,3 +26,6 @@ resolver = "2"
[profile.bench]
codegen-units = 1
lto = "yes"
[patch.crates-io]
rustls-webpki = { git = "https://github.com/agilebits/webpki.git", branch = "jasper/crl-expiration" }