Skip to content

Commit 92eedb2

Browse files
committed
Bump the workspace dependency for OpenSSL 3
1 parent 7c7fcb2 commit 92eedb2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tools/rustc-workspace-hack/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ syn = { version = "1", features = ['fold', 'full', 'extra-traits', 'visit', 'vis
7777
url = { version = "2.0", features = ['serde'] }
7878

7979
[target.'cfg(not(windows))'.dependencies]
80-
openssl = { version = "0.10.12", optional = true }
80+
openssl = { version = "0.10.35", optional = true }
8181

8282
[features]
8383
all-static = ['openssl/vendored', 'curl-sys/static-curl', 'curl-sys/force-system-lib-on-osx']

0 commit comments

Comments
 (0)