Update Dep Versions

This commit is contained in:
2025-11-30 05:43:12 +05:30
parent cf18f0d55c
commit 4a6630384b

View File

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