From 54d8c7abb9dcb05883ec658e0f7eb02841d4c49f Mon Sep 17 00:00:00 2001 From: Steve Lau Date: Tue, 7 May 2024 07:54:22 +0800 Subject: [PATCH] chore: bump deps libc to 0.2.154 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 6707429d53..c6a69b4654 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -28,7 +28,7 @@ targets = [ ] [dependencies] -libc = { git = "https://github.com/rust-lang/libc", branch = "libc-0.2", features = ["extra_traits"] } +libc = { version = "0.2.154", features = ["extra_traits"] } bitflags = "2.3.1" cfg-if = "1.0" pin-utils = { version = "0.1.0", optional = true }