vendor : update cpp-httplib to 0.43.3 (#22686)

This commit is contained in:
Alessandro de Oliveira Faria (A.K.A.CABELO) 2026-05-05 04:04:57 -03:00 committed by GitHub
parent 2bacb1eb77
commit a09a00e502
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 26 additions and 5 deletions

View file

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