diff options
Diffstat (limited to 'Cargo.lock')
| -rw-r--r-- | Cargo.lock | 10 |
1 files changed, 10 insertions, 0 deletions
| @@ -1590,6 +1590,15 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
| 1590 | checksum = "d05e27ee213611ffe7d6348b942e8f942b37114c00cc03cec254295a4a17852e" | 1590 | checksum = "d05e27ee213611ffe7d6348b942e8f942b37114c00cc03cec254295a4a17852e" |
| 1591 | 1591 | ||
| 1592 | [[package]] | 1592 | [[package]] |
| 1593 | name = "openssl-src" | ||
| 1594 | version = "300.5.0+3.5.0" | ||
| 1595 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| 1596 | checksum = "e8ce546f549326b0e6052b649198487d91320875da901e7bd11a06d1ee3f9c2f" | ||
| 1597 | dependencies = [ | ||
| 1598 | "cc", | ||
| 1599 | ] | ||
| 1600 | |||
| 1601 | [[package]] | ||
| 1593 | name = "openssl-sys" | 1602 | name = "openssl-sys" |
| 1594 | version = "0.9.108" | 1603 | version = "0.9.108" |
| 1595 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1604 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| @@ -1597,6 +1606,7 @@ checksum = "e145e1651e858e820e4860f7b9c5e169bc1d8ce1c86043be79fa7b7634821847" | |||
| 1597 | dependencies = [ | 1606 | dependencies = [ |
| 1598 | "cc", | 1607 | "cc", |
| 1599 | "libc", | 1608 | "libc", |
| 1609 | "openssl-src", | ||
| 1600 | "pkg-config", | 1610 | "pkg-config", |
| 1601 | "vcpkg", | 1611 | "vcpkg", |
| 1602 | ] | 1612 | ] |