Skip to content

Commit

Permalink
Back out x509-parser 0.13
Browse files Browse the repository at this point in the history
This would require a big MSRV bump for fairly trivial test
logging purposes, so let's not.
  • Loading branch information
ctz committed Apr 14, 2022
1 parent a3e67c4 commit 9f20985
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 @@ -19,7 +19,7 @@ webpki-roots = "0.22"
ring = "0.16.5"
untrusted = "0.7.0"
rustls = "0.20"
x509-parser = "0.13"
x509-parser = "0.12"
serial_test = "0.6.0"

[target.'cfg(windows)'.dependencies]
Expand Down

0 comments on commit 9f20985

Please sign in to comment.