Skip to content

Commit

Permalink
chore: pin also openssl crate to 0.10.57
Browse files Browse the repository at this point in the history
  • Loading branch information
weihanglo committed Aug 13, 2024
1 parent 29214ba commit 2289f46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ libloading = "0.8.5"
memchr = "2.7.4"
miow = "0.6.0"
opener = "0.7.1"
openssl = "0.10.66"
openssl = "=0.10.57" # See rust-lang/cargo#13546 and openssl/openssl#23376 for pinning
openssl-sys = "=0.9.92" # See rust-lang/cargo#13546 and openssl/openssl#23376 for pinning
os_info = { version = "3.8.2", default-features = false }
pasetors = { version = "0.6.8", features = ["v3", "paserk", "std", "serde"] }
Expand Down

0 comments on commit 2289f46

Please sign in to comment.