Skip to content

Commit

Permalink
use released version
Browse files Browse the repository at this point in the history
  • Loading branch information
sfackler committed Jan 25, 2025
1 parent a35127a commit 4a88faf
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,10 @@ schannel = "0.1.17"

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

[dev-dependencies]
tempfile = "3.0"
test-cert-gen = "0.9"

[patch.crates-io]
openssl = { git = "https://github.com/sfackler/rust-openssl", branch = "verify-locations" }
openssl-sys = { git = "https://github.com/sfackler/rust-openssl", branch = "verify-locations" }

0 comments on commit 4a88faf

Please sign in to comment.