From 84c0444c3a957b8bffd5172848d4ea73eb06c3ff Mon Sep 17 00:00:00 2001 From: SteveLauC Date: Sat, 18 May 2024 15:50:18 +0800 Subject: [PATCH] chore: bump libc to 0.2.155 (#2409) --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index c6a69b4654..de561291b1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -28,7 +28,7 @@ targets = [ ] [dependencies] -libc = { version = "0.2.154", features = ["extra_traits"] } +libc = { version = "0.2.155", features = ["extra_traits"] } bitflags = "2.3.1" cfg-if = "1.0" pin-utils = { version = "0.1.0", optional = true }