From 4933f8d489a18c5f85f7ae45905a03894745c37d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 May 2026 18:23:32 +0000 Subject: [PATCH] Bump openssl from 0.10.72 to 0.10.79 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: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.lock | 9 ++++----- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c96934d..2e2dbd0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -644,15 +644,14 @@ checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d" [[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", "cfg-if", "foreign-types", "libc", - "once_cell", "openssl-macros", "openssl-sys", ] @@ -670,9 +669,9 @@ dependencies = [ [[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", diff --git a/Cargo.toml b/Cargo.toml index beaddc7..ce7d93c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,7 +16,7 @@ env_logger = "0.11.2" indicatif = "0.17.6" log = "0.4.20" log-panics = "2.1.0" -openssl = "0.10.72" +openssl = "0.10.79" postgres = "0.19.7" postgres-openssl = "0.5.0" pyo3 = { version = "0.23.4", features = ["extension-module"] }