From 9992efca916911a058c260c9d4d39fe28e122cc5 Mon Sep 17 00:00:00 2001 From: xtqqczze <45661989+xtqqczze@users.noreply.github.com> Date: Sat, 14 Mar 2026 21:04:24 +0000 Subject: [PATCH] deps: update for direct-minimal-versions --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index bfacfeb95..83cefeb6c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -69,7 +69,7 @@ default-features = false [dev-dependencies] tempfile = "3.5.0" -libc = "0.2.171" +libc = "0.2.182" libc_errno = { package = "errno", version = "0.3.10", default-features = false } serial_test = "2.0.0" memoffset = "0.9.0"