Merge pull request #53 from mxve/dependabot/cargo/openssl-0.10.61

Bump openssl from 0.10.60 to 0.10.61
This commit is contained in:
Edo 2023-12-12 18:59:13 +01:00 committed by GitHub
commit 9945fd1b1f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

8
Cargo.lock generated
View File

@ -713,9 +713,9 @@ checksum = "9670a07f94779e00908f3e686eab508878ebb390ba6e604d3a284c00e8d0487b"
[[package]]
name = "openssl"
version = "0.10.60"
version = "0.10.61"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "79a4c6c3a2b158f7f8f2a2fc5a969fa3a068df6fc9dbb4a43845436e3af7c800"
checksum = "6b8419dc8cc6d866deb801274bba2e6f8f6108c1bb7fcc10ee5ab864931dbb45"
dependencies = [
"bitflags 2.4.0",
"cfg-if",
@ -754,9 +754,9 @@ dependencies = [
[[package]]
name = "openssl-sys"
version = "0.9.96"
version = "0.9.97"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3812c071ba60da8b5677cc12bcb1d42989a65553772897a7e0355545a819838f"
checksum = "c3eaad34cdd97d81de97964fc7f29e2d104f483840d906ef56daa1912338460b"
dependencies = [
"cc",
"libc",

View File

@ -25,7 +25,7 @@ indicatif = "0.17.7"
tokio = {version="1.34.0", features = ["rt-multi-thread", "macros"]}
[target.'cfg(unix)'.dependencies]
openssl = { version = "0.10.60", default-features = false, features = ["vendored"] }
openssl = { version = "0.10.61", default-features = false, features = ["vendored"] }
[target.'cfg(windows)'.dependencies]
steamlocate = "2.0.0-alpha.0"