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

This commit is contained in:
2026-01-10 00:31:34 +00:00
parent a17c6aacd1
commit 36b063eb0b
2 changed files with 3 additions and 3 deletions

View File

@@ -13,7 +13,7 @@ anyhow = "1.0.100"
thiserror = "2.0.17"
openssl = { version = "0.10.75" }
openssl-sys = "0.9.111"
libc = "0.2.179"
libc = "0.2.180"
foreign-types-shared = "0.1.1"
asn1 = "0.23.0"
actix-web = { version = "4.12.1", features = ["openssl"] }