vendor : update cpp-httplib to 0.46.1 (#23980)

Signed-off-by: Adrien Gallouët <angt@huggingface.co>
This commit is contained in:
Adrien Gallouët
2026-06-01 19:40:10 +03:00
committed by GitHub
parent de6f727aae
commit 335abed17d
3 changed files with 29 additions and 13 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ import os
import sys
import subprocess
HTTPLIB_VERSION = "refs/tags/v0.46.0"
HTTPLIB_VERSION = "refs/tags/v0.46.1"
vendor = {
"https://github.com/nlohmann/json/releases/latest/download/json.hpp": "vendor/nlohmann/json.hpp",