Bump the workspace dependency for OpenSSL 3

This commit is contained in:
Josh Stone 2021-06-28 16:25:44 -07:00
parent 7c7fcb2544
commit 92eedb202e

View file

@ -77,7 +77,7 @@ syn = { version = "1", features = ['fold', 'full', 'extra-traits', 'visit', 'vis
url = { version = "2.0", features = ['serde'] }
[target.'cfg(not(windows))'.dependencies]
openssl = { version = "0.10.12", optional = true }
openssl = { version = "0.10.35", optional = true }
[features]
all-static = ['openssl/vendored', 'curl-sys/static-curl', 'curl-sys/force-system-lib-on-osx']