From 2e511c11c8306c4b4a44bb09411852467797d060 Mon Sep 17 00:00:00 2001 From: oech3 <79379754+oech3@users.noreply.github.com> Date: Tue, 9 Dec 2025 11:26:25 +0900 Subject: [PATCH] Cargo.toml: Avoid mixing old libc 0.2.172 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 79bff3955d0..8c6fbd7f3a0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -336,7 +336,7 @@ jiff = { version = "0.2.10", default-features = false, features = [ "alloc", "tz-system", ] } -libc = "0.2.172" +libc = "0.2.178" linux-raw-sys = "0.12" lscolors = { version = "0.21.0", default-features = false, features = [ "gnu_legacy",