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

This commit is contained in:
2025-11-17 00:14:07 +00:00
parent 040def4089
commit 9c7df89bce

View File

@@ -12,7 +12,7 @@ clap = { version = "4.5.51", features = ["derive", "env"] }
anyhow = "1.0.100"
thiserror = "2.0.17"
openssl = { version = "0.10.75" }
openssl-sys = "0.9.110"
openssl-sys = "0.9.111"
libc = "0.2.177"
foreign-types-shared = "0.1.1"
asn1 = "0.23.0"