diff --git a/CMake/FindDeps.cmake b/CMake/FindDeps.cmake index d9347b4..5e933e6 100644 --- a/CMake/FindDeps.cmake +++ b/CMake/FindDeps.cmake @@ -21,7 +21,7 @@ FetchContent_Declare( FetchContent_Declare( nlohmann_json GIT_REPOSITORY https://github.com/nlohmann/json.git - GIT_TAG v3.11.3 + GIT_TAG v3.12.0 SYSTEM EXCLUDE_FROM_ALL OVERRIDE_FIND_PACKAGE @@ -30,7 +30,7 @@ FetchContent_Declare( FetchContent_Declare( glaze GIT_REPOSITORY https://github.com/stephenberry/glaze.git - GIT_TAG v4.3.1 + GIT_TAG v6.1.0 SYSTEM EXCLUDE_FROM_ALL OVERRIDE_FIND_PACKAGE @@ -39,7 +39,7 @@ FetchContent_Declare( FetchContent_Declare( simdjson GIT_REPOSITORY https://github.com/simdjson/simdjson.git - GIT_TAG v3.11.0 + GIT_TAG v4.2.2 SYSTEM EXCLUDE_FROM_ALL OVERRIDE_FIND_PACKAGE @@ -57,7 +57,7 @@ FetchContent_Declare( FetchContent_Declare( zstd GIT_REPOSITORY https://github.com/facebook/zstd.git - GIT_TAG v1.5.6 + GIT_TAG v1.5.7 SOURCE_SUBDIR build/cmake SYSTEM EXCLUDE_FROM_ALL @@ -67,7 +67,7 @@ FetchContent_Declare( FetchContent_Declare( mimalloc GIT_REPOSITORY https://github.com/microsoft/mimalloc.git - GIT_TAG v2.1.7 + GIT_TAG v3.0.10 SYSTEM EXCLUDE_FROM_ALL OVERRIDE_FIND_PACKAGE @@ -76,7 +76,7 @@ FetchContent_Declare( FetchContent_Declare( tl-expected GIT_REPOSITORY https://github.com/TartanLlama/expected.git - GIT_TAG v1.1.0 + GIT_TAG v1.3.1 SYSTEM EXCLUDE_FROM_ALL OVERRIDE_FIND_PACKAGE @@ -85,7 +85,7 @@ FetchContent_Declare( FetchContent_Declare( unordered_dense GIT_REPOSITORY https://github.com/martinus/unordered_dense.git - GIT_TAG v4.4.0 + GIT_TAG v4.8.1 SYSTEM EXCLUDE_FROM_ALL OVERRIDE_FIND_PACKAGE