From c379d2a91336bea863df78af37a3da857aba4f8c Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sat, 6 Feb 2021 10:59:27 +0000 Subject: [PATCH] Update dependency libc to v0.2.85 --- WORKSPACE | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/WORKSPACE b/WORKSPACE index 36e2c3a..68e16e5 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 = "b5eb4397e337ab43358eef1c4956a7836231d57d3529c24ac72a647d38c27c5c", + strip_prefix = "libc-0.2.85", 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.85.zip", + "https://github.com/rust-lang/libc/archive/0.2.85.zip", ], )