vendor : update cpp-httplib to 0.37.0 (#20207)

This commit is contained in:
Alessandro de Oliveira Faria (A.K.A.CABELO)
2026-03-11 00:03:53 -03:00
committed by GitHub
parent 4f2f0a163d
commit e1a399992b
3 changed files with 100 additions and 56 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ import os
import sys
import subprocess
HTTPLIB_VERSION = "refs/tags/v0.35.0"
HTTPLIB_VERSION = "refs/tags/v0.37.0"
vendor = {
"https://github.com/nlohmann/json/releases/latest/download/json.hpp": "vendor/nlohmann/json.hpp",