Skip to content

Commit 16b8593

Browse files
committed
Cargo: take patches for rustls/webpki to fix pki-types 0.2.3
1 parent 117666f commit 16b8593

File tree

2 files changed

+20
-20
lines changed

2 files changed

+20
-20
lines changed

Cargo.lock

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

Cargo.toml

+4-3
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ read_buf = ["rustls/read_buf"]
2424
[dependencies]
2525
# Keep in sync with RUSTLS_CRATE_VERSION in build.rs
2626
rustls = { version = "=0.22.0-alpha.5", features = [ "ring" ]}
27-
pki-types = { package = "rustls-pki-types", version = "0.2.2", features = ["std"] }
28-
webpki = { package = "rustls-webpki", version = "=0.102.0-alpha.7", features = ["std"] }
27+
pki-types = { package = "rustls-pki-types", version = "0.2.3", features = ["std"] }
28+
webpki = { package = "rustls-webpki", version = "=0.102.0-alpha.8", features = ["std"] }
2929
libc = "0.2"
3030
sct = "0.7"
3131
rustls-pemfile = "=2.0.0-alpha.2"
@@ -39,4 +39,5 @@ crate-type = ["lib", "staticlib"]
3939
regex = "1.9.6"
4040

4141
[patch.crates-io]
42-
pki-types = { package = "rustls-pki-types", git = "https://github.com/cpu/pki-types", rev = "11fec0730ff18d9658300f6d9b14d2d4a0c14bb7" }
42+
webpki = { package = 'rustls-webpki', git = 'https://github.com/cpu/webpki.git', rev = 'ebd4ccc2acf539f542999ecb8cd113d9d98a17aa' }
43+
rustls = { git = 'https://github.com/cpu/rustls.git', rev = '23173aecee237770d2ad5a2f93014343c83bf199' }

0 commit comments

Comments
 (0)