From 97f8964384e29dca78d2cda0502e4a0f1f7c5ebd Mon Sep 17 00:00:00 2001 From: Steve Lau Date: Mon, 13 Nov 2023 09:01:16 +0800 Subject: [PATCH] chore(deps): bump libc to 0.2.150 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 0ed900400f..077971f070 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -28,7 +28,7 @@ targets = [ ] [dependencies] -libc = { version = "0.2.148", features = ["extra_traits"] } +libc = { version = "0.2.150", features = ["extra_traits"] } bitflags = "2.3.1" cfg-if = "1.0" pin-utils = { version = "0.1.0", optional = true }