From aadff2199da0fed79c50e52749f549471f581ac8 Mon Sep 17 00:00:00 2001 From: Jesse Chan Date: Mon, 14 Feb 2022 10:34:18 -0800 Subject: [PATCH] bazel: bump nlohmann/json to 3.10.5 --- WORKSPACE | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/WORKSPACE b/WORKSPACE index 74d7334a..07b5f947 100644 --- a/WORKSPACE +++ b/WORKSPACE @@ -68,8 +68,8 @@ http_archive( http_archive( name = "json", build_file = "@rtorrent//:third_party/json.BUILD", - sha256 = "61e605be15e88deeac4582aaf01c09d616f8302edde7adcaba9261ddc3b4ceca", - urls = ["https://github.com/nlohmann/json/releases/download/v3.10.2/include.zip"], + sha256 = "b94997df68856753b72f0d7a3703b7d484d4745c567f3584ef97c96c25a5798e", + urls = ["https://github.com/nlohmann/json/releases/download/v3.10.5/include.zip"], ) http_archive(