Skip to content

Commit

Permalink
bindings: pin openssl crate to 0.10.66 (#4849)
Browse files Browse the repository at this point in the history
  • Loading branch information
camshaft authored Oct 16, 2024
1 parent c9b0634 commit 24efc0e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion bindings/rust/s2n-tls/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,9 @@ hex = "0.4"

[dev-dependencies]
futures-test = "0.3"
openssl = "0.10"
# The openssl crate broke MSRV with 0.10.67
# TODO unpin this once fixed - https://github.com/sfackler/rust-openssl/issues/2317
openssl = "<0.10.67"
openssl-sys = "0.9"
foreign-types = "0.3"
temp-env = "0.3"
Expand Down

0 comments on commit 24efc0e

Please sign in to comment.