[upstream_utils] Upgrade to json 3.11.3 (#6807)

This commit is contained in:
Tyler Veness
2024-07-07 06:38:56 -07:00
committed by GitHub
parent 1c42c1c920
commit 450fae3909
51 changed files with 924 additions and 758 deletions

View File

@@ -12,7 +12,7 @@ from upstream_utils import (
def main():
upstream_root = clone_repo("https://github.com/nlohmann/json", "v3.11.2")
upstream_root = clone_repo("https://github.com/nlohmann/json", "v3.11.3")
wpilib_root = get_repo_root()
wpiutil = os.path.join(wpilib_root, "wpiutil")