From 7063f61f6a5d4a94b4340675537fcc8d085e3e76 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 20 Dec 2024 05:58:06 +0000 Subject: [PATCH] Update dependency libc to v0.2.169 --- WORKSPACE | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/WORKSPACE b/WORKSPACE index 36e2c3a..d373fac 100644 --- a/WORKSPACE +++ b/WORKSPACE @@ -149,11 +149,11 @@ http_archive( http_archive( name = "libc", build_file = "@//:libc.BUILD", - sha256 = "1ac4c2ac6ed5a8fb9020c166bc63316205f1dc78d4b964ad31f4f21eb73f0c6d", - strip_prefix = "libc-0.2.20", + sha256 = "a5b2741d13ef3fd2e46575913787fef0184ee212f5ba0addcbb6844d071e9f63", + strip_prefix = "libc-0.2.169", urls = [ - "https://mirror.bazel.build/github.com/rust-lang/libc/archive/0.2.20.zip", - "https://github.com/rust-lang/libc/archive/0.2.20.zip", + "https://mirror.bazel.build/github.com/rust-lang/libc/archive/0.2.169.zip", + "https://github.com/rust-lang/libc/archive/0.2.169.zip", ], )