From 331b2fec47c48b4571e9406e384c2a140a9fff79 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sun, 31 Jan 2021 07:54:22 +0000 Subject: [PATCH] Update dependency libc to v0.2.84 --- WORKSPACE | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/WORKSPACE b/WORKSPACE index 36e2c3a..7b1de2b 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 = "32697c79c205b7d0d6227778adb66e164bd1d42d6ed5db1b09922d8b82caf2f3", + strip_prefix = "libc-0.2.84", 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.84.zip", + "https://github.com/rust-lang/libc/archive/0.2.84.zip", ], )