diff --git a/Cargo.lock b/Cargo.lock index 4ef7283..126045e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -705,9 +705,9 @@ checksum = "9670a07f94779e00908f3e686eab508878ebb390ba6e604d3a284c00e8d0487b" [[package]] name = "openssl" -version = "0.10.61" +version = "0.10.62" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6b8419dc8cc6d866deb801274bba2e6f8f6108c1bb7fcc10ee5ab864931dbb45" +checksum = "8cde4d2d9200ad5909f8dac647e29482e07c3a35de8a13fce7c9c7747ad9f671" dependencies = [ "bitflags 2.4.0", "cfg-if", @@ -746,9 +746,9 @@ dependencies = [ [[package]] name = "openssl-sys" -version = "0.9.97" +version = "0.9.98" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c3eaad34cdd97d81de97964fc7f29e2d104f483840d906ef56daa1912338460b" +checksum = "c1665caf8ab2dc9aef43d1c0023bd904633a6a05cb30b0ad59bec2ae986e57a7" dependencies = [ "cc", "libc", diff --git a/Cargo.toml b/Cargo.toml index 0287ced..bd4d2b5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -25,7 +25,7 @@ indicatif = "0.17.7" tokio = {version="1.35.1", features = ["rt-multi-thread", "macros"]} [target.'cfg(unix)'.dependencies] -openssl = { version = "0.10.61", default-features = false, features = ["vendored"] } +openssl = { version = "0.10.62", default-features = false, features = ["vendored"] } [target.'cfg(windows)'.dependencies] steamlocate = "2.0.0-beta.2"