From 6ea23f93bfb65aafcc5a64bf08d37f0d2b6a3e6b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jul 2024 18:10:51 +0000 Subject: [PATCH] chore(deps): bump openssl from 0.10.60 to 0.10.66 Bumps [openssl](https://github.com/sfackler/rust-openssl) from 0.10.60 to 0.10.66. - [Release notes](https://github.com/sfackler/rust-openssl/releases) - [Commits](https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.60...openssl-v0.10.66) --- updated-dependencies: - dependency-name: openssl dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.lock | 12 ++++++------ coordinator/Cargo.toml | 2 +- mobile/native/Cargo.toml | 2 +- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c949f2ada..a72190299 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2736,9 +2736,9 @@ checksum = "624a8340c38c1b80fd549087862da4ba43e08858af025b236e509b6649fc13d5" [[package]] name = "openssl" -version = "0.10.60" +version = "0.10.66" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "79a4c6c3a2b158f7f8f2a2fc5a969fa3a068df6fc9dbb4a43845436e3af7c800" +checksum = "9529f4786b70a3e8c61e11179af17ab6188ad8d0ded78c5529441ed39d4bd9c1" dependencies = [ "bitflags 2.4.1", "cfg-if", @@ -2768,18 +2768,18 @@ checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf" [[package]] name = "openssl-src" -version = "300.1.6+3.1.4" +version = "300.3.1+3.3.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "439fac53e092cd7442a3660c85dde4643ab3b5bd39040912388dcdabf6b88085" +checksum = "7259953d42a81bf137fbbd73bd30a8e1914d6dce43c2b90ed575783a22608b91" dependencies = [ "cc", ] [[package]] name = "openssl-sys" -version = "0.9.96" +version = "0.9.103" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3812c071ba60da8b5677cc12bcb1d42989a65553772897a7e0355545a819838f" +checksum = "7f9e8deee91df40a943c71b917e5874b951d32a802526c85721ce3b776c929d6" dependencies = [ "cc", "libc", diff --git a/coordinator/Cargo.toml b/coordinator/Cargo.toml index a0b97e1ac..8de8ecde4 100644 --- a/coordinator/Cargo.toml +++ b/coordinator/Cargo.toml @@ -26,7 +26,7 @@ hex = "0.4" lazy_static = "1.4.0" lightning = { version = "0.0.117", features = ["max_level_trace"] } lnd-bridge = { path = "../crates/lnd-bridge" } -openssl = { version = "0.10.60", features = ["vendored"] } +openssl = { version = "0.10.66", features = ["vendored"] } opentelemetry = "0.19.0" opentelemetry-prometheus = "0.12.0" parking_lot = { version = "0.12.1" } diff --git a/mobile/native/Cargo.toml b/mobile/native/Cargo.toml index 84300ed4a..434046676 100644 --- a/mobile/native/Cargo.toml +++ b/mobile/native/Cargo.toml @@ -24,7 +24,7 @@ futures = "0.3" hex = "0.4" itertools = "0.10" lightning = { version = "0.0.117" } -openssl = { version = "0.10.60", features = ["vendored"] } +openssl = { version = "0.10.66", features = ["vendored"] } orderbook-client = { path = "../../crates/orderbook-client" } parking_lot = { version = "0.12.1" } petname = "1.1.3"