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

This commit is contained in:
2025-06-12 00:24:51 +00:00
parent 0d04f5d7b2
commit 30b5155a4d
2 changed files with 5 additions and 5 deletions

View File

@ -11,7 +11,7 @@ dotenvy = "0.15.7"
clap = { version = "4.5.40", features = ["derive", "env"] }
anyhow = "1.0.98"
thiserror = "2.0.12"
openssl = { version = "0.10.72" }
openssl = { version = "0.10.73" }
openssl-sys = "0.9.108"
libc = "0.2.172"
foreign-types-shared = "0.1.1"