vendor : update cpp-httplib to 0.40.0 (#21100)

Signed-off-by: Adrien Gallouët <angt@huggingface.co>
This commit is contained in:
Adrien Gallouët 2026-03-28 08:59:44 +01:00 committed by GitHub
parent 0eb4764182
commit b0f0dd3e51
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 119 additions and 52 deletions

View file

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