vendor : update cpp-httplib to 0.49.0 (#25218)

This commit is contained in:
Alessandro de Oliveira Faria (A.K.A.CABELO)
2026-07-03 10:26:54 +02:00
committed by GitHub
parent fdb1db877c
commit c8ae9a750c
3 changed files with 184 additions and 48 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ import os
import sys
import subprocess
HTTPLIB_VERSION = "refs/tags/v0.48.0"
HTTPLIB_VERSION = "refs/tags/v0.49.0"
vendor = {
"https://github.com/nlohmann/json/releases/latest/download/json.hpp": "vendor/nlohmann/json.hpp",