Skip to content

Commit 0506ffd

Browse files
committed
chore: update cpp-httplib to 0.18.7
1 parent fd1672b commit 0506ffd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xmake.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ elseif is_config("backend", "nodejs") then
3939

4040
end
4141

42-
add_requires("cpp-httplib 0.14.3", {configs = {ssl = true, zlib = true}})
42+
add_requires("cpp-httplib 0.18.7", {configs = {ssl = true, zlib = true}})
4343

4444
if not has_config("vs_runtime") then
4545
set_runtimes("MD")

0 commit comments

Comments
 (0)