Use workspace openssl version everywhere (#12346)

This commit is contained in:
Alex Gaynor 2025-01-27 09:39:00 -05:00 committed by GitHub
parent d7f40fad8f
commit f0ca2140a9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -19,7 +19,7 @@ cryptography-x509 = { path = "cryptography-x509" }
cryptography-x509-verification = { path = "cryptography-x509-verification" }
cryptography-openssl = { path = "cryptography-openssl" }
pem = { version = "3", default-features = false }
openssl = "0.10.69"
openssl.workspace = true
openssl-sys = "0.9.104"
foreign-types-shared = "0.1"
self_cell = "1"