From 4c0edcbb6d8ade73287d19ecc3ea4d1887151e1f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 12 Aug 2022 14:09:21 +0000 Subject: [PATCH] Update dependency nlohmann_json to v3.11.2 --- WORKSPACE | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/WORKSPACE b/WORKSPACE index 4ca1d78..cd9eb6e 100644 --- a/WORKSPACE +++ b/WORKSPACE @@ -47,8 +47,8 @@ cc_library( http_archive( name = "nlohmann_json", build_file_content = _NLOHMANN_JSON_BUILD_FILE, - sha256 = "b94997df68856753b72f0d7a3703b7d484d4745c567f3584ef97c96c25a5798e", - url = "https://github.com/nlohmann/json/releases/download/v3.10.5/include.zip", + sha256 = "e5c7a9f49a16814be27e4ed0ee900ecd0092bfb7dbfca65b5a421b774dccaaed", + url = "https://github.com/nlohmann/json/releases/download/v3.11.2/include.zip", ) http_archive(