We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a35127a commit 4a88fafCopy full SHA for 4a88faf
Cargo.toml
@@ -29,14 +29,10 @@ schannel = "0.1.17"
29
30
[target.'cfg(not(any(target_os = "windows", target_vendor = "apple")))'.dependencies]
31
log = "0.4.5"
32
-openssl = "0.10.46"
+openssl = "0.10.69"
33
openssl-sys = "0.9.81"
34
openssl-probe = "0.1"
35
36
[dev-dependencies]
37
tempfile = "3.0"
38
test-cert-gen = "0.9"
39
-
40
-[patch.crates-io]
41
-openssl = { git = "https://github.com/sfackler/rust-openssl", branch = "verify-locations" }
42
-openssl-sys = { git = "https://github.com/sfackler/rust-openssl", branch = "verify-locations" }
0 commit comments