From e256d826524fc8f30af0d22e2dcb37d73fb645fa Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 1 Aug 2022 16:39:55 +0000 Subject: [PATCH] Update dependency nlohmann_json to v3.11.0 --- WORKSPACE | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/WORKSPACE b/WORKSPACE index 4ca1d78..36a038c 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 = "b4789050cacd110faf8b100cee82af19ad0b4d3249625f6582a60eeeb80c84a7", + url = "https://github.com/nlohmann/json/releases/download/v3.11.0/include.zip", ) http_archive(