diff --git a/Cargo.lock b/Cargo.lock index ac663cd..f011f89 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -713,9 +713,9 @@ checksum = "9670a07f94779e00908f3e686eab508878ebb390ba6e604d3a284c00e8d0487b" [[package]] name = "openssl" -version = "0.10.58" +version = "0.10.60" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a9dfc0783362704e97ef3bd24261995a699468440099ef95d869b4d9732f829a" +checksum = "79a4c6c3a2b158f7f8f2a2fc5a969fa3a068df6fc9dbb4a43845436e3af7c800" dependencies = [ "bitflags 2.4.0", "cfg-if", @@ -754,9 +754,9 @@ dependencies = [ [[package]] name = "openssl-sys" -version = "0.9.94" +version = "0.9.96" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2f55da20b29f956fb01f0add8683eb26ee13ebe3ebd935e49898717c6b4b2830" +checksum = "3812c071ba60da8b5677cc12bcb1d42989a65553772897a7e0355545a819838f" dependencies = [ "cc", "libc", diff --git a/Cargo.toml b/Cargo.toml index 3b57147..0d0ace4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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.58", default-features = false, features = ["vendored"] } +openssl = { version = "0.10.60", default-features = false, features = ["vendored"] } [target.'cfg(windows)'.dependencies] steamlocate = "2.0.0-alpha.0"