Merge pull request 'Update Rust crate libc to 0.2.179' (#403) from renovate/libc-0.x into master
All checks were successful
continuous-integration/drone/push Build is passing

This commit was merged in pull request #403.
This commit is contained in:
2026-01-07 00:27:31 +00:00
2 changed files with 3 additions and 3 deletions

View File

@@ -1973,9 +1973,9 @@ checksum = "2c4a545a15244c7d945065b5d392b2d2d7f21526fba56ce51467b06ed445e8f7"
[[package]]
name = "libc"
version = "0.2.178"
version = "0.2.179"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "37c93d8daa9d8a012fd8ab92f088405fb202ea0b6ab73ee2482ae66af4f42091"
checksum = "c5a2d376baa530d1238d133232d15e239abad80d05838b4b59354e5268af431f"
[[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.178"
libc = "0.2.179"
foreign-types-shared = "0.1.1"
asn1 = "0.23.0"
actix-web = { version = "4.12.1", features = ["openssl"] }