vendor : update cpp-httplib to 0.53.1 (#27103)

This commit is contained in:
Alessandro de Oliveira Faria (A.K.A.CABELO)
2026-08-15 13:40:44 +02:00
committed by GitHub
parent 5f754ea0e2
commit 77140d247c
3 changed files with 51 additions and 14 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ import os
import sys
import subprocess
HTTPLIB_VERSION = "refs/tags/v0.53.0"
HTTPLIB_VERSION = "refs/tags/v0.53.1"
vendor = {
"https://github.com/nlohmann/json/releases/latest/download/json.hpp": "vendor/nlohmann/json.hpp",