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

@ -1867,9 +1867,9 @@ checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
[[package]]
name = "libc"
version = "0.2.172"
version = "0.2.173"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d750af042f7ef4f724306de029d18836c26c1765a54a6a3f094cbd23a7267ffa"
checksum = "d8cfeafaffdbc32176b64fb251369d52ea9f0a8fbc6f8759edffef7b525d64bb"
[[package]]
name = "libredox"

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