1
0
mirror of https://github.com/google/comprehensive-rust.git synced 2025-03-20 06:21:09 +02:00

cargo: bump openssl from 0.10.61 to 0.10.66 in the cargo group (#2245)

Bumps the cargo group with 1 update:
[openssl](https://github.com/sfackler/rust-openssl).
This commit is contained in:
dependabot[bot] 2024-07-22 17:58:40 -04:00 committed by GitHub
parent 1c964f6fe3
commit 384bd35cf3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

8
Cargo.lock generated
View File

@ -1627,9 +1627,9 @@ dependencies = [
[[package]]
name = "openssl"
version = "0.10.61"
version = "0.10.66"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6b8419dc8cc6d866deb801274bba2e6f8f6108c1bb7fcc10ee5ab864931dbb45"
checksum = "9529f4786b70a3e8c61e11179af17ab6188ad8d0ded78c5529441ed39d4bd9c1"
dependencies = [
"bitflags 2.4.1",
"cfg-if",
@ -1659,9 +1659,9 @@ checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf"
[[package]]
name = "openssl-sys"
version = "0.9.97"
version = "0.9.103"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c3eaad34cdd97d81de97964fc7f29e2d104f483840d906ef56daa1912338460b"
checksum = "7f9e8deee91df40a943c71b917e5874b951d32a802526c85721ce3b776c929d6"
dependencies = [
"cc",
"libc",