From c016d25cc2e12ad381532497ce1d9a0e0628c97e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 28 Aug 2025 05:25:08 +0000 Subject: [PATCH] Bump openssl in /ord in the cargo group across 1 directory Bumps the cargo group with 1 update in the /ord directory: [openssl](https://github.com/sfackler/rust-openssl). Updates `openssl` from 0.10.62 to 0.10.73 - [Release notes](https://github.com/sfackler/rust-openssl/releases) - [Commits](https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.62...openssl-v0.10.73) --- updated-dependencies: - dependency-name: openssl dependency-version: 0.10.73 dependency-type: indirect dependency-group: cargo ... Signed-off-by: dependabot[bot] --- ord/Cargo.lock | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/ord/Cargo.lock b/ord/Cargo.lock index fc176379..0da50416 100644 --- a/ord/Cargo.lock +++ b/ord/Cargo.lock @@ -2098,9 +2098,9 @@ checksum = "0ab1bc2a289d34bd04a330323ac98a1b4bc82c9d9fcb1e66b63caa84da26b575" [[package]] name = "openssl" -version = "0.10.62" +version = "0.10.73" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8cde4d2d9200ad5909f8dac647e29482e07c3a35de8a13fce7c9c7747ad9f671" +checksum = "8505734d46c8ab1e19a1dce3aef597ad87dcb4c37e7188231769bd6bd51cebf8" dependencies = [ "bitflags 2.4.1", "cfg-if 1.0.0", @@ -2130,9 +2130,9 @@ checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf" [[package]] name = "openssl-sys" -version = "0.9.98" +version = "0.9.109" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c1665caf8ab2dc9aef43d1c0023bd904633a6a05cb30b0ad59bec2ae986e57a7" +checksum = "90096e2e47630d78b7d1c20952dc621f957103f8bc2c8359ec81290d75238571" dependencies = [ "cc", "libc",