Update Rust crate openssl to 0.10.71
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing

This commit is contained in:
Renovate Bot 2025-04-01 02:07:54 +00:00
parent 9bf15f28b8
commit 903fbdd62e

View File

@ -11,7 +11,7 @@ dotenvy = "0.15.7"
clap = { version = "4.5.34", features = ["derive", "env"] }
anyhow = "1.0.97"
thiserror = "2.0.3"
openssl = { version = "0.10.66" }
openssl = { version = "0.10.71" }
openssl-sys = "0.9.102"
libc = "0.2.171"
foreign-types-shared = "0.1.1"