vendor : update cpp-httplib to 0.50.1 (#25576)

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