vendor : update cpp-httplib to 0.42.0 (#21781)

This commit is contained in:
Alessandro de Oliveira Faria (A.K.A.CABELO)
2026-04-19 19:41:43 -03:00
committed by GitHub
parent 4eac5b4509
commit e365e658f0
3 changed files with 227 additions and 147 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ import os
import sys
import subprocess
HTTPLIB_VERSION = "refs/tags/v0.40.0"
HTTPLIB_VERSION = "refs/tags/v0.42.0"
vendor = {
"https://github.com/nlohmann/json/releases/latest/download/json.hpp": "vendor/nlohmann/json.hpp",