diff --git a/Cargo.lock b/Cargo.lock index 6fbd86a..020bbe8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -694,9 +694,9 @@ checksum = "9670a07f94779e00908f3e686eab508878ebb390ba6e604d3a284c00e8d0487b" [[package]] name = "openssl" -version = "0.10.63" +version = "0.10.64" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "15c9d69dd87a29568d4d017cfe8ec518706046a05184e5aea92d0af890b803c8" +checksum = "95a0481286a310808298130d22dd1fef0fa571e05a8f44ec801801e84b216b1f" dependencies = [ "bitflags 2.4.0", "cfg-if", @@ -735,9 +735,9 @@ dependencies = [ [[package]] name = "openssl-sys" -version = "0.9.99" +version = "0.9.101" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "22e1bf214306098e4832460f797824c05d25aacdf896f64a985fb0fd992454ae" +checksum = "dda2b0f344e78efc2facf7d195d098df0dd72151b26ab98da807afc26c198dff" dependencies = [ "cc", "libc", diff --git a/Cargo.toml b/Cargo.toml index f5bcb1b..36ea755 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -24,7 +24,7 @@ indicatif = "0.17.8" tokio = {version="1.36.0", features = ["rt-multi-thread", "macros"]} [target.'cfg(unix)'.dependencies] -openssl = { version = "0.10.63", default-features = false, features = ["vendored"] } +openssl = { version = "0.10.64", default-features = false, features = ["vendored"] } [target.'cfg(windows)'.dependencies] steamlocate = "=2.0.0-beta.2"