vendor : update cpp-httplib to 0.45.1 (#23639)

This commit is contained in:
Alessandro de Oliveira Faria (A.K.A.CABELO)
2026-05-25 03:45:22 -03:00
committed by GitHub
parent e2ef8fe42c
commit 9627d0f540
3 changed files with 61 additions and 36 deletions

View File

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