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

This commit is contained in:
2025-05-01 00:21:32 +00:00
parent dad54c638b
commit 35cfc73c9d
2 changed files with 3 additions and 3 deletions

View File

@ -12,7 +12,7 @@ clap = { version = "4.5.37", features = ["derive", "env"] }
anyhow = "1.0.98"
thiserror = "2.0.12"
openssl = { version = "0.10.72" }
openssl-sys = "0.9.107"
openssl-sys = "0.9.108"
libc = "0.2.172"
foreign-types-shared = "0.1.1"
asn1 = "0.21"