Skip to content

Commit

Permalink
use vendored openssl for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
drahnr committed Feb 5, 2025
1 parent e4ad9a3 commit 899b5da
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ cc = "1.0"
chrono = "0.4.33"
filetime = "0.2"
itertools = "0.12"
openssl = { version = "=0.10.64" }
openssl = { version = "=0.10.64", features = ["vendored"]}
predicates = "=3.1.0"
serial_test = "3.1"
temp-env = "0.3.6"
Expand Down

0 comments on commit 899b5da

Please sign in to comment.