Update Rust crate libc to 0.2.180 #407

Merged
renovate merged 1 commits from renovate/libc-0.x into master 2026-01-11 00:30:46 +00:00
2 changed files with 3 additions and 3 deletions
Showing only changes of commit 36b063eb0b - Show all commits

View File

@@ -1986,9 +1986,9 @@ checksum = "2c4a545a15244c7d945065b5d392b2d2d7f21526fba56ce51467b06ed445e8f7"
[[package]]
name = "libc"
version = "0.2.179"
version = "0.2.180"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c5a2d376baa530d1238d133232d15e239abad80d05838b4b59354e5268af431f"
checksum = "bcc35a38544a891a5f7c865aca548a982ccb3b8650a5b06d0fd33a10283c56fc"
[[package]]
name = "libm"

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