From c933b006a5dbce426a898087451f72eb2b9df38d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Oct 2025 20:17:41 +0000 Subject: [PATCH] build(deps): bump openssl-sys from 0.9.104 to 0.9.106 Bumps [openssl-sys](https://github.com/sfackler/rust-openssl) from 0.9.104 to 0.9.106. - [Release notes](https://github.com/sfackler/rust-openssl/releases) - [Commits](https://github.com/sfackler/rust-openssl/compare/openssl-sys-v0.9.104...openssl-sys-v0.9.106) --- updated-dependencies: - dependency-name: openssl-sys dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- frodo-kem/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 5ad4ca5..cddb7d2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -932,9 +932,9 @@ checksum = "b410bbe7e14ab526a0e86877eb47c6996a2bd7746f027ba551028c925390e4e9" [[package]] name = "openssl-sys" -version = "0.9.106" +version = "0.9.110" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8bb61ea9811cc39e3c2069f40b8b8e2e70d8569b361f879786cc7ed48b777cdd" +checksum = "0a9f0075ba3c21b09f8e8b2026584b1d18d49388648f2fbbf3c97ea8deced8e2" dependencies = [ "cc", "libc", diff --git a/frodo-kem/Cargo.toml b/frodo-kem/Cargo.toml index a00ca6a..9daf95e 100644 --- a/frodo-kem/Cargo.toml +++ b/frodo-kem/Cargo.toml @@ -57,7 +57,7 @@ serde = ["dep:hex", "dep:serde"] [dependencies] aes = { version = "0.9.0-rc.0", optional = true } hex = { version = "0.4", optional = true } -openssl-sys = { version = "0.9.104", optional = true } +openssl-sys = { version = "0.9.110", optional = true } rand_core = { version = "0.9", features = [] } serde = { version = "1.0", features = ["derive"], optional = true } serdect = "0.4"