From 7ec9ac86df7ace4674832b079a8d4efc6dcf783f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 May 2026 10:11:17 +0000 Subject: [PATCH] Bump openssl in /src/tests/integration/data/contracts/test-hello-world Bumps [openssl](https://github.com/rust-openssl/rust-openssl) from 0.10.72 to 0.10.79. - [Release notes](https://github.com/rust-openssl/rust-openssl/releases) - [Commits](https://github.com/rust-openssl/rust-openssl/compare/openssl-v0.10.72...openssl-v0.10.79) --- updated-dependencies: - dependency-name: openssl dependency-version: 0.10.79 dependency-type: indirect ... Signed-off-by: dependabot[bot] --- .../data/contracts/test-hello-world/Cargo.lock | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/src/tests/integration/data/contracts/test-hello-world/Cargo.lock b/src/tests/integration/data/contracts/test-hello-world/Cargo.lock index 1a19c85..674fcb7 100644 --- a/src/tests/integration/data/contracts/test-hello-world/Cargo.lock +++ b/src/tests/integration/data/contracts/test-hello-world/Cargo.lock @@ -2906,15 +2906,14 @@ dependencies = [ [[package]] name = "openssl" -version = "0.10.72" +version = "0.10.79" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fedfea7d58a1f73118430a55da6a286e7b044961736ce96a16a17068ea25e5da" +checksum = "bf0b434746ee2832f4f0baf10137e1cabb18cbe6912c69e2e33263c45250f542" dependencies = [ "bitflags 2.9.1", "cfg-if", "foreign-types", "libc", - "once_cell", "openssl-macros", "openssl-sys", ] @@ -2938,9 +2937,9 @@ checksum = "d05e27ee213611ffe7d6348b942e8f942b37114c00cc03cec254295a4a17852e" [[package]] name = "openssl-sys" -version = "0.9.108" +version = "0.9.115" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e145e1651e858e820e4860f7b9c5e169bc1d8ce1c86043be79fa7b7634821847" +checksum = "158fe5b292746440aa6e7a7e690e55aeb72d41505e2804c23c6973ad0e9c9781" dependencies = [ "cc", "libc",