From 52e31082880022150d355164073c3624aaaf6666 Mon Sep 17 00:00:00 2001 From: tikikun Date: Wed, 31 Jan 2024 13:46:38 +0700 Subject: [PATCH] chore: upgrade third parties dependencies --- nitro_deps/CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nitro_deps/CMakeLists.txt b/nitro_deps/CMakeLists.txt index b667be9ae..03ab352db 100644 --- a/nitro_deps/CMakeLists.txt +++ b/nitro_deps/CMakeLists.txt @@ -53,7 +53,7 @@ ExternalProject_Add( ExternalProject_Add( c-ares GIT_REPOSITORY https://github.com/c-ares/c-ares - GIT_TAG cares-1_19_1 + GIT_TAG cares-1_26_0 CMAKE_ARGS -DCARES_SHARED=OFF -DCARES_STATIC=ON @@ -63,7 +63,7 @@ ExternalProject_Add( ExternalProject_Add( drogon GIT_REPOSITORY https://github.com/drogonframework/drogon - GIT_TAG v1.8.6 + GIT_TAG v1.9.2 CMAKE_ARGS -DCMAKE_BUILD_TYPE=release -DOPENSSL_USE_STATIC_LIBS=TRUE