Skip to content

Commit

Permalink
DO NOT MERGE: pin rustls-pki-types to 0.2.2
Browse files Browse the repository at this point in the history
Should fix `rustls-webpki` alpha7.

https://github.com/sigstore/sigstore-rs/actions/runs/7026532632/job/19119424336?pr=310
Signed-off-by: Andrew Pan <andrew.pan@trailofbits.com>
  • Loading branch information
tnytown authored and jleightcap committed Dec 6, 2023
1 parent 1f812dd commit 56b5403
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ x509-cert = { version = "0.2.2", features = ["builder", "pem", "std"] }
crypto_secretbox = "0.1.1"
zeroize = "1.5.7"
rustls-webpki = { version = "0.102.0-alpha.7", features = ["alloc"] }
rustls-pki-types = { version = "1.0.0", features = ["std"] }
rustls-pki-types = { version = "=0.2.2", features = ["std"] }
serde_repr = "0.1.16"
hex = "0.4.3"
json-syntax = { version = "0.9.6", features = ["canonicalize", "serde"] }
Expand Down

0 comments on commit 56b5403

Please sign in to comment.