Skip to content

Commit

Permalink
fix: Require rustls-platform-verifier 0.3.2 to avoid multiple crypto …
Browse files Browse the repository at this point in the history
…backends

rustls-platform-verifier 0.3.2 fixes a dependency issue leading
trillium-rustls to have *both* aws-lc-rs and ring in its dependencies,
even if only depending on aws-lc-rs.
  • Loading branch information
joshtriplett authored and jbr committed Jun 29, 2024
1 parent d44cc52 commit 85d1c3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rustls/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ features = ["logging"]
[dependencies]
log = "0.4.21"
rustls-pemfile = { version = "2.1.1", optional = true }
rustls-platform-verifier = { version = "0.3.1", optional = true }
rustls-platform-verifier = { version = "0.3.2", optional = true }
trillium-server-common = { path = "../server-common", version = "0.5.2" }
webpki-roots = { version = "0.26", optional = true }

Expand Down

0 comments on commit 85d1c3c

Please sign in to comment.