We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c7fcb2 commit 92eedb2Copy full SHA for 92eedb2
src/tools/rustc-workspace-hack/Cargo.toml
@@ -77,7 +77,7 @@ syn = { version = "1", features = ['fold', 'full', 'extra-traits', 'visit', 'vis
77
url = { version = "2.0", features = ['serde'] }
78
79
[target.'cfg(not(windows))'.dependencies]
80
-openssl = { version = "0.10.12", optional = true }
+openssl = { version = "0.10.35", optional = true }
81
82
[features]
83
all-static = ['openssl/vendored', 'curl-sys/static-curl', 'curl-sys/force-system-lib-on-osx']
0 commit comments