diff --git a/Cargo.lock b/Cargo.lock index 25f39b03..c602e14e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1,6 +1,6 @@ # This file is automatically @generated by Cargo. # It is not intended for manual editing. -version = 3 +version = 4 [[package]] name = "addr2line" @@ -1413,9 +1413,9 @@ checksum = "d6790f58c7ff633d8771f42965289203411a5e5c68388703c06e14f24770b41e" [[package]] name = "openssl" -version = "0.10.71" +version = "0.10.72" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5e14130c6a98cd258fdcb0fb6d744152343ff729cbfcb28c656a9d12b999fbcd" +checksum = "fedfea7d58a1f73118430a55da6a286e7b044961736ce96a16a17068ea25e5da" dependencies = [ "bitflags 2.9.0", "cfg-if 1.0.0", @@ -1454,9 +1454,9 @@ dependencies = [ [[package]] name = "openssl-sys" -version = "0.9.106" +version = "0.9.107" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8bb61ea9811cc39e3c2069f40b8b8e2e70d8569b361f879786cc7ed48b777cdd" +checksum = "8288979acd84749c744a9014b4382d42b8f7b2592847b5afb2ed29e5d16ede07" dependencies = [ "cc", "libc", diff --git a/Cargo.toml b/Cargo.toml index ca21aa8d..ccd73648 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -41,13 +41,13 @@ windows-link = { version = "<=0.1.0" } # Struggling to get OPEN_SSL env vars to point to the installed libs on these archs # Remove these once we figure out the magic [target.'cfg(target_arch = "aarch64")'.dependencies] -openssl = { version = "0.10.64", features = ["vendored"] } +openssl = { version = "0.10.72", features = ["vendored"] } [target.'cfg(target_arch = "arm")'.dependencies] -openssl = { version = "0.10.64", features = ["vendored"] } +openssl = { version = "0.10.72", features = ["vendored"] } [target.'cfg(target_arch = "powerpc64")'.dependencies] -openssl = { version = "0.10.64", features = ["vendored"] } +openssl = { version = "0.10.72", features = ["vendored"] } [target.'cfg(target_env = "musl")'.dependencies] -openssl = { version = "0.10.64", features = ["vendored"] } +openssl = { version = "0.10.72", features = ["vendored"] } [package.metadata.cargo-llvm-cov] # End OPEN_SSL