From d0eaaca5a18d9815ba8fb31b23fba9a5c0002eb2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 4 Apr 2025 20:42:09 +0000 Subject: [PATCH] chore(deps): bump openssl from 0.10.60 to 0.10.72 Bumps [openssl](https://github.com/sfackler/rust-openssl) from 0.10.60 to 0.10.72. - [Release notes](https://github.com/sfackler/rust-openssl/releases) - [Commits](https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.60...openssl-v0.10.72) --- updated-dependencies: - dependency-name: openssl dependency-version: 0.10.72 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.lock | 18 +++++++++--------- coordinator/Cargo.toml | 2 +- mobile/native/Cargo.toml | 2 +- 3 files changed, 11 insertions(+), 11 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c7c9fb75b..6daac08ba 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2736,9 +2736,9 @@ checksum = "624a8340c38c1b80fd549087862da4ba43e08858af025b236e509b6649fc13d5" [[package]] name = "openssl" -version = "0.10.60" +version = "0.10.72" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "79a4c6c3a2b158f7f8f2a2fc5a969fa3a068df6fc9dbb4a43845436e3af7c800" +checksum = "fedfea7d58a1f73118430a55da6a286e7b044961736ce96a16a17068ea25e5da" dependencies = [ "bitflags 2.4.1", "cfg-if", @@ -2751,13 +2751,13 @@ dependencies = [ [[package]] name = "openssl-macros" -version = "0.1.0" +version = "0.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b501e44f11665960c7e7fcf062c7d96a14ade4aa98116c004b2e37b5be7d736c" +checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c" dependencies = [ "proc-macro2", "quote", - "syn 1.0.109", + "syn 2.0.48", ] [[package]] @@ -2768,18 +2768,18 @@ checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf" [[package]] name = "openssl-src" -version = "300.1.6+3.1.4" +version = "300.4.2+3.4.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "439fac53e092cd7442a3660c85dde4643ab3b5bd39040912388dcdabf6b88085" +checksum = "168ce4e058f975fe43e89d9ccf78ca668601887ae736090aacc23ae353c298e2" dependencies = [ "cc", ] [[package]] name = "openssl-sys" -version = "0.9.96" +version = "0.9.107" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3812c071ba60da8b5677cc12bcb1d42989a65553772897a7e0355545a819838f" +checksum = "8288979acd84749c744a9014b4382d42b8f7b2592847b5afb2ed29e5d16ede07" dependencies = [ "cc", "libc", diff --git a/coordinator/Cargo.toml b/coordinator/Cargo.toml index 4b8b881ac..11261da4b 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.72", 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 e51d7b316..02fa4462f 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.72", features = ["vendored"] } orderbook-client = { path = "../../crates/orderbook-client" } parking_lot = { version = "0.12.1" } petname = "1.1.3"