From b8044774ffc863f559cf563baa9d7e8dbe4faac8 Mon Sep 17 00:00:00 2001 From: dirreke Date: Thu, 14 Sep 2023 16:56:49 +0800 Subject: Bump libc to 0.2.148 --- library/std/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'library') diff --git a/library/std/Cargo.toml b/library/std/Cargo.toml index 33c9c6e63c1..416e43e17e9 100644 --- a/library/std/Cargo.toml +++ b/library/std/Cargo.toml @@ -17,7 +17,7 @@ cfg-if = { version = "1.0", features = ['rustc-dep-of-std'] } panic_unwind = { path = "../panic_unwind", optional = true } panic_abort = { path = "../panic_abort" } core = { path = "../core", public = true } -libc = { version = "0.2.146", default-features = false, features = ['rustc-dep-of-std'], public = true } +libc = { version = "0.2.148", default-features = false, features = ['rustc-dep-of-std'], public = true } compiler_builtins = { version = "0.1.100" } profiler_builtins = { path = "../profiler_builtins", optional = true } unwind = { path = "../unwind" } -- cgit 1.4.1-3-g733a5