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

This commit is contained in:
Renovate Bot 2025-03-31 20:53:03 +00:00
parent 8941ec2aef
commit 9bf15f28b8

View File

@ -13,7 +13,7 @@ anyhow = "1.0.97"
thiserror = "2.0.3"
openssl = { version = "0.10.66" }
openssl-sys = "0.9.102"
libc = "0.2.159"
libc = "0.2.171"
foreign-types-shared = "0.1.1"
asn1 = "0.21"
actix-web = { version = "4.10.2", features = ["openssl"] }