mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-29 10:13:54 +00:00
Bump the workspace dependency for OpenSSL 3
This commit is contained in:
parent
7c7fcb2544
commit
92eedb202e
@ -77,7 +77,7 @@ syn = { version = "1", features = ['fold', 'full', 'extra-traits', 'visit', 'vis
|
|||||||
url = { version = "2.0", features = ['serde'] }
|
url = { version = "2.0", features = ['serde'] }
|
||||||
|
|
||||||
[target.'cfg(not(windows))'.dependencies]
|
[target.'cfg(not(windows))'.dependencies]
|
||||||
openssl = { version = "0.10.12", optional = true }
|
openssl = { version = "0.10.35", optional = true }
|
||||||
|
|
||||||
[features]
|
[features]
|
||||||
all-static = ['openssl/vendored', 'curl-sys/static-curl', 'curl-sys/force-system-lib-on-osx']
|
all-static = ['openssl/vendored', 'curl-sys/static-curl', 'curl-sys/force-system-lib-on-osx']
|
||||||
|
Loading…
Reference in New Issue
Block a user