vendor : update cpp-httplib to 0.35.0 (#19969)

Signed-off-by: Adrien Gallouët <adrien@gallouet.fr>
This commit is contained in:
Adrien Gallouët 2026-02-28 13:53:56 +01:00 committed by GitHub
parent d979f2b176
commit 4720819d45
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 144 additions and 80 deletions

View file

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