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

This commit is contained in:
2025-11-09 00:17:37 +00:00
parent 75d566e4be
commit 0b21aa040d
2 changed files with 5 additions and 5 deletions

View File

@@ -11,7 +11,7 @@ dotenvy = "0.15.7"
clap = { version = "4.5.51", features = ["derive", "env"] }
anyhow = "1.0.100"
thiserror = "2.0.17"
openssl = { version = "0.10.74" }
openssl = { version = "0.10.75" }
openssl-sys = "0.9.110"
libc = "0.2.177"
foreign-types-shared = "0.1.1"