Update Rust crate libc to 0.2.176 #315

Merged
renovate merged 1 commits from renovate/libc-0.x into master 2025-10-01 00:39:40 +00:00
2 changed files with 3 additions and 3 deletions

View File

@@ -1888,9 +1888,9 @@ checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
[[package]] [[package]]
name = "libc" name = "libc"
version = "0.2.175" version = "0.2.176"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6a82ae493e598baaea5209805c49bbf2ea7de956d50d7da0da1164f9c6d28543" checksum = "58f929b4d672ea937a23a1ab494143d968337a5f47e56d0815df1e0890ddf174"
[[package]] [[package]]
name = "libredox" name = "libredox"

View File

@@ -13,7 +13,7 @@ anyhow = "1.0.100"
thiserror = "2.0.16" thiserror = "2.0.16"
openssl = { version = "0.10.73" } openssl = { version = "0.10.73" }
openssl-sys = "0.9.109" openssl-sys = "0.9.109"
libc = "0.2.175" libc = "0.2.176"
foreign-types-shared = "0.1.1" foreign-types-shared = "0.1.1"
asn1 = "0.22.0" asn1 = "0.22.0"
actix-web = { version = "4.11.0", features = ["openssl"] } actix-web = { version = "4.11.0", features = ["openssl"] }