From 0f3815d2f82c5dfe817a2a70cb980ba5d36fb6c2 Mon Sep 17 00:00:00 2001 From: ading2210 Date: Fri, 2 May 2025 14:00:41 -0400 Subject: [PATCH] update deps --- client/tools/mbedtls.sh | 2 +- client/tools/nghttp2.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/client/tools/mbedtls.sh b/client/tools/mbedtls.sh index dc28c92..085f291 100755 --- a/client/tools/mbedtls.sh +++ b/client/tools/mbedtls.sh @@ -12,7 +12,7 @@ mkdir -p $PREFIX cd build rm -rf mbedtls -git clone -b mbedtls-3.6.2 --recursive --depth=1 https://github.com/Mbed-TLS/mbedtls mbedtls +git clone -b mbedtls-3.6.3 --recursive --depth=1 https://github.com/Mbed-TLS/mbedtls mbedtls cd mbedtls emmake make CFLAGS="-O3" no_test -j$CORE_COUNT diff --git a/client/tools/nghttp2.sh b/client/tools/nghttp2.sh index 104ded7..e5e2957 100755 --- a/client/tools/nghttp2.sh +++ b/client/tools/nghttp2.sh @@ -10,7 +10,7 @@ PREFIX=$(realpath build/nghttp2-wasm) cd build rm -rf nghttp2 -git clone -b v1.64.0 --depth=1 https://github.com/nghttp2/nghttp2 +git clone -b v1.65.0 --depth=1 https://github.com/nghttp2/nghttp2 cd nghttp2 rm -rf $PREFIX