Skip to content

Commit f0ca214

Browse files
authored
Use workspace openssl version everywhere (#12346)
1 parent d7f40fa commit f0ca214

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/rust/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ cryptography-x509 = { path = "cryptography-x509" }
1919
cryptography-x509-verification = { path = "cryptography-x509-verification" }
2020
cryptography-openssl = { path = "cryptography-openssl" }
2121
pem = { version = "3", default-features = false }
22-
openssl = "0.10.69"
22+
openssl.workspace = true
2323
openssl-sys = "0.9.104"
2424
foreign-types-shared = "0.1"
2525
self_cell = "1"

0 commit comments

Comments
 (0)