vendor : update cpp-httplib to 0.37.1 (#20390)

This commit is contained in:
Alessandro de Oliveira Faria (A.K.A.CABELO) 2026-03-12 09:57:06 -03:00 committed by GitHub
parent 0e810413bb
commit 557fe2d913
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 16 additions and 29 deletions

View file

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