chore: update min. req. for libc to 0.2.171

This commit is contained in:
Erich Gubler 2025-09-17 17:06:35 -04:00
parent 157134293c
commit 9aeb5a4079

View File

@ -135,7 +135,7 @@ indicatif = "0.18"
itertools = { version = "0.14" }
jobserver = "0.1"
ktx2 = "0.4"
libc = { version = "0.2.168", default-features = false }
libc = { version = "0.2.171", default-features = false }
# See https://github.com/rust-fuzz/libfuzzer/issues/126
libfuzzer-sys = ">0.4.0,<=0.4.7"
libloading = "0.8"