vendor : update cpp-httplib to 0.47.0 (#24395)

Signed-off-by: Adrien Gallouët <angt@huggingface.co>
This commit is contained in:
Adrien Gallouët
2026-06-12 11:34:44 +02:00
committed by GitHub
parent 6471e3c090
commit 70b54e140c
3 changed files with 255 additions and 91 deletions

View File

@@ -5,7 +5,7 @@ import os
import sys
import subprocess
HTTPLIB_VERSION = "refs/tags/v0.46.1"
HTTPLIB_VERSION = "refs/tags/v0.47.0"
vendor = {
"https://github.com/nlohmann/json/releases/latest/download/json.hpp": "vendor/nlohmann/json.hpp",