vendor : update cpp-httplib to 0.39.0 (#20933)

This commit is contained in:
Alessandro de Oliveira Faria (A.K.A.CABELO)
2026-03-24 09:33:33 -03:00
committed by GitHub
parent 42ebce3beb
commit 29771a0a4c
3 changed files with 109 additions and 48 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ import os
import sys
import subprocess
HTTPLIB_VERSION = "refs/tags/v0.38.0"
HTTPLIB_VERSION = "refs/tags/v0.39.0"
vendor = {
"https://github.com/nlohmann/json/releases/latest/download/json.hpp": "vendor/nlohmann/json.hpp",