]> git.lizzy.rs Git - rust.git/commitdiff
Bump the workspace dependency for OpenSSL 3
authorJosh Stone <jistone@redhat.com>
Mon, 28 Jun 2021 23:25:44 +0000 (16:25 -0700)
committerJosh Stone <jistone@redhat.com>
Mon, 28 Jun 2021 23:25:44 +0000 (16:25 -0700)
src/tools/rustc-workspace-hack/Cargo.toml

index d39cb597b21c8af1b404599a88c3e9710bb3eaec..2ffc5df7c8cbfc6e85da2f767ddeff2fc51f6803 100644 (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']