Skip to content

Commit 4a88faf

Browse files
committed
use released version
1 parent a35127a commit 4a88faf

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

Cargo.toml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,14 +29,10 @@ schannel = "0.1.17"
2929

3030
[target.'cfg(not(any(target_os = "windows", target_vendor = "apple")))'.dependencies]
3131
log = "0.4.5"
32-
openssl = "0.10.46"
32+
openssl = "0.10.69"
3333
openssl-sys = "0.9.81"
3434
openssl-probe = "0.1"
3535

3636
[dev-dependencies]
3737
tempfile = "3.0"
3838
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

Comments
 (0)