vendor : update cpp-httplib to 0.46.0 (#23650)

This commit is contained in:
Alessandro de Oliveira Faria (A.K.A.CABELO)
2026-05-27 10:36:24 -03:00
committed by GitHub
parent 87b0a60cdd
commit 617255d437
3 changed files with 291 additions and 48 deletions

View File

@@ -5,7 +5,7 @@ import os
import sys
import subprocess
HTTPLIB_VERSION = "refs/tags/v0.45.1"
HTTPLIB_VERSION = "refs/tags/v0.46.0"
vendor = {
"https://github.com/nlohmann/json/releases/latest/download/json.hpp": "vendor/nlohmann/json.hpp",