From 85a3813333002fa4d775a1d43109b344d78cb27b Mon Sep 17 00:00:00 2001 From: Jonathan 'theJPster' Pallant Date: Wed, 22 Oct 2025 17:45:02 +0100 Subject: [PATCH] Bump openssl-src to 300.3.5.4+3.5.4 This version works on sparc64-unknown-linux-gnu, making it easier to build cargo for that platform (as you no longer need to build OpenSSL by hand first). --- Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index cc61e370c18..89edbc949a5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3128,9 +3128,9 @@ checksum = "d05e27ee213611ffe7d6348b942e8f942b37114c00cc03cec254295a4a17852e" [[package]] name = "openssl-src" -version = "300.5.3+3.5.4" +version = "300.5.4+3.5.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dc6bad8cd0233b63971e232cc9c5e83039375b8586d2312f31fda85db8f888c2" +checksum = "a507b3792995dae9b0df8a1c1e3771e8418b7c2d9f0baeba32e6fe8b06c7cb72" dependencies = [ "cc", ]