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

This commit is contained in:
2025-11-10 00:15:40 +00:00
parent 8ecbcf7177
commit 71e0c50fb7
2 changed files with 3 additions and 3 deletions

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.74" }
openssl-sys = "0.9.110"
openssl-sys = "0.9.111"
libc = "0.2.177"
foreign-types-shared = "0.1.1"
asn1 = "0.23.0"