From 77340610fc3c68ff0da1315fbdc1911eed1f8a7a Mon Sep 17 00:00:00 2001 From: "eoeo-renovate[bot]" <173731483+eoeo-renovate[bot]@users.noreply.github.com> Date: Sun, 21 Jul 2024 13:52:55 +0900 Subject: [PATCH] fix(deps): update rust crate openssl to v0.10.65 (#422) Co-authored-by: eoeo-renovate[bot] <173731483+eoeo-renovate[bot]@users.noreply.github.com> --- Cargo.lock | 8 ++++---- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 4dd5af8b..b91ec4c9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -691,9 +691,9 @@ checksum = "3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92" [[package]] name = "openssl" -version = "0.10.64" +version = "0.10.65" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "95a0481286a310808298130d22dd1fef0fa571e05a8f44ec801801e84b216b1f" +checksum = "c2823eb4c6453ed64055057ea8bd416eda38c71018723869dd043a3b1186115e" dependencies = [ "bitflags 2.6.0", "cfg-if", @@ -732,9 +732,9 @@ dependencies = [ [[package]] name = "openssl-sys" -version = "0.9.102" +version = "0.9.103" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c597637d56fbc83893a35eb0dd04b2b8e7a50c91e64e9493e398b5df4fb45fa2" +checksum = "7f9e8deee91df40a943c71b917e5874b951d32a802526c85721ce3b776c929d6" dependencies = [ "cc", "libc", diff --git a/Cargo.toml b/Cargo.toml index 76e3f1db..c301e4e2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,4 +20,4 @@ sysinfo = "=0.30.13" winres = "=0.1.12" [target.'cfg(not(any(target_os = "windows", target_os = "macos", target_os = "ios")))'.dependencies] -openssl = { version = "=0.10.64", features = ["vendored"] } +openssl = { version = "=0.10.65", features = ["vendored"] }