set openssl-src to specific version

This recreates the previously lost change from https://github.com/rust-lang/cargo/pull/12005.
This commit is contained in:
Sebastian Thiel 2023-04-29 14:19:06 +02:00
parent d4b8fc68ab
commit 99316c8e43
No known key found for this signature in database
GPG Key ID: 9CB5EE7895E8268B

4
Cargo.lock generated
View File

@ -2188,9 +2188,9 @@ checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf"
[[package]]
name = "openssl-src"
version = "111.25.2+1.1.1t"
version = "111.25.3+1.1.1t"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "320708a054ad9b3bf314688b5db87cf4d6683d64cfc835e2337924ae62bf4431"
checksum = "924757a6a226bf60da5f7dd0311a34d2b52283dd82ddeb103208ddc66362f80c"
dependencies = [
"cc",
]