vendor : update cpp-httplib to 0.44.0 (#22919)

This commit is contained in:
Alessandro de Oliveira Faria (A.K.A.CABELO)
2026-05-11 03:47:13 -03:00
committed by GitHub
parent 7d442abf5c
commit 838374375c
3 changed files with 30 additions and 11 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ import os
import sys
import subprocess
HTTPLIB_VERSION = "refs/tags/v0.43.4"
HTTPLIB_VERSION = "refs/tags/v0.44.0"
vendor = {
"https://github.com/nlohmann/json/releases/latest/download/json.hpp": "vendor/nlohmann/json.hpp",