Update Rust crate libc to 0.2.171 #175

Merged
renovate merged 1 commits from renovate/libc-0.x into master 2025-04-01 02:07:44 +00:00
Showing only changes of commit 9bf15f28b8 - Show all commits

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"] }