vendor : update cpp-httplib to 0.33.1 (#19778)

Signed-off-by: Adrien Gallouët <adrien@gallouet.fr>
This commit is contained in:
Adrien Gallouët 2026-02-21 19:12:31 +01:00 committed by GitHub
parent a0c91e8f9f
commit 99156f3a5f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 2846 additions and 151 deletions

View file

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