mirror of
https://github.com/saymrwulf/cryptography.git
synced 2026-05-14 20:37:55 +00:00
Use workspace openssl version everywhere (#12346)
This commit is contained in:
parent
d7f40fad8f
commit
f0ca2140a9
1 changed files with 1 additions and 1 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in a new issue