Update Rust crate libc to 0.2.173
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-14 00:24:08 +00:00
parent e3ae017279
commit 02397d10f0
2 changed files with 3 additions and 3 deletions

View File

@ -13,7 +13,7 @@ anyhow = "1.0.98"
thiserror = "2.0.12"
openssl = { version = "0.10.73" }
openssl-sys = "0.9.109"
libc = "0.2.172"
libc = "0.2.173"
foreign-types-shared = "0.1.1"
asn1 = "0.21.3"
actix-web = { version = "4.10.2", features = ["openssl"] }