diff --git a/CMakeLists.txt b/CMakeLists.txt index 3ca57e4..5587d12 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -38,32 +38,32 @@ CPMAddPackage( CPMAddPackage( NAME fmt GITHUB_REPOSITORY fmtlib/fmt - GIT_TAG e2408f37c8f7301a1e5d32364675d0077ad09559 + GIT_TAG 864465419079791bf61bcf51e633cab6e6be71bb EXCLUDE_FROM_ALL YES ) CPMAddPackage( NAME spdlog GITHUB_REPOSITORY gabime/spdlog - GIT_TAG a49456f7f21fb802c1000fd79ef05911aa2101b7 + GIT_TAG 298a200f69d66114adde2d5d8ad34f2cce5a5b69 EXCLUDE_FROM_ALL YES ) CPMAddPackage( NAME simdjson GITHUB_REPOSITORY simdjson/simdjson - GIT_TAG 6698eb96b99576b8d53f8d90c9023717379e1c0f + GIT_TAG fbe955e9a449c6bbeae69aacfa995795f2100791 EXCLUDE_FROM_ALL YES ) CPMAddPackage( NAME cpr GITHUB_REPOSITORY libcpr/cpr - GIT_TAG da381bb2afe4e36b18b1fe206bc06951d8fdc06e + GIT_TAG 2157a3126c2ef1b76f339dedd6d7585e39651512 EXCLUDE_FROM_ALL YES ) if(CMAKE_CXX_COMPILER_ID MATCHES ".*Clang") CPMAddPackage( NAME range-v3 GITHUB_REPOSITORY ericniebler/range-v3 - GIT_TAG d800a032132512a54c291ce55a2a43e0460591c7 + GIT_TAG 0fa54d7de5dc00655e38a08e87cda61f7aa6d5b9 EXCLUDE_FROM_ALL YES ) endif() diff --git a/subprojects/cpr.wrap b/subprojects/cpr.wrap index 38261f1..8998e0a 100644 --- a/subprojects/cpr.wrap +++ b/subprojects/cpr.wrap @@ -1,6 +1,6 @@ [wrap-git] url = https://github.com/libcpr/cpr.git -revision = 9b2bda734dffdd76096e1364290c58fe3a30c59a +revision = 2157a3126c2ef1b76f339dedd6d7585e39651512 patch_directory = cpr diff --git a/subprojects/fmt.wrap b/subprojects/fmt.wrap index 29a3ddc..c3be08e 100644 --- a/subprojects/fmt.wrap +++ b/subprojects/fmt.wrap @@ -1,6 +1,6 @@ [wrap-git] url = https://github.com/fmtlib/fmt.git -revision = e2408f37c8f7301a1e5d32364675d0077ad09559 +revision = 864465419079791bf61bcf51e633cab6e6be71bb patch_directory = fmt diff --git a/subprojects/simdjson.wrap b/subprojects/simdjson.wrap index f1b3b56..5b57ee1 100644 --- a/subprojects/simdjson.wrap +++ b/subprojects/simdjson.wrap @@ -1,6 +1,6 @@ [wrap-git] url = https://github.com/simdjson/simdjson.git -revision = 5beef701e741f23de450fc120a30b87fa0a0cec8 +revision = fbe955e9a449c6bbeae69aacfa995795f2100791 patch_directory = simdjson diff --git a/subprojects/spdlog.wrap b/subprojects/spdlog.wrap index 61e1db4..44b1b7f 100644 --- a/subprojects/spdlog.wrap +++ b/subprojects/spdlog.wrap @@ -1,6 +1,6 @@ [wrap-git] url = https://github.com/gabime/spdlog.git -revision = a49456f7f21fb802c1000fd79ef05911aa2101b7 +revision = 298a200f69d66114adde2d5d8ad34f2cce5a5b69 patch_directory = spdlog