Skip to content

Commit 1b73aa5

Browse files
committed
update openssl probe
1 parent 491f89c commit 1b73aa5

3 files changed

Lines changed: 11 additions & 5 deletions

File tree

Cargo.lock

Lines changed: 9 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ regex = "1"
2424
rand = "0.9"
2525
crossbeam = "0"
2626
indicatif = "0"
27-
openssl-probe = "0.1"
27+
openssl-probe = "0.2"
2828
reqwest = { version = "0", features = ["json", "blocking"] }
2929
tokio = { version = "1", features = ["full"] }
3030
openssl = { version = "0.10", features = ["vendored"] }

src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ use std::collections::BTreeSet;
33

44
fn main() {
55
unsafe {
6-
openssl_probe::init_openssl_env_vars();
6+
openssl_probe::try_init_openssl_env_vars();
77
}
88
let return_code = _main();
99
std::process::exit(return_code)

0 commit comments

Comments
 (0)