diff --git a/CMakeLists.txt b/CMakeLists.txt index dba90fa..7612315 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -38,39 +38,39 @@ CPMAddPackage( CPMAddPackage( NAME fmt GITHUB_REPOSITORY fmtlib/fmt - GIT_TAG 10.1.1 + GIT_TAG 10.2.1 EXCLUDE_FROM_ALL YES ) CPMAddPackage( NAME tomlplusplus GITHUB_REPOSITORY marzer/tomlplusplus - GIT_TAG d8fa9a1fddc90254cac2366dde23f0b613bc1280 + GIT_TAG 1f7884e59165e517462f922e7b6de131bd9844f3 EXCLUDE_FROM_ALL YES ) CPMAddPackage( NAME spdlog GITHUB_REPOSITORY gabime/spdlog - GIT_TAG ac55e60488032b9acde8940a5de099541c4515da + GIT_TAG 62302019babd8fdf63c1c6dc4c9faa48d441a7f0 EXCLUDE_FROM_ALL YES ) CPMAddPackage( NAME rapidjson GITHUB_REPOSITORY Tencent/rapidjson - GIT_TAG f9d53419e912910fd8fa57d5705fa41425428c35 + GIT_TAG ab1842a2dae061284c0a62dca1cc6d5e7e37e346 EXCLUDE_FROM_ALL YES ) if(NOT ENABLE_DEVENV) CPMAddPackage( NAME cpr GITHUB_REPOSITORY libcpr/cpr - GIT_TAG 67e2a4d2a76ed520e352f10e651a6f98e220dbd7 + GIT_TAG 7cd69d2cc3105a3920da765e285d2a89d2247f0d EXCLUDE_FROM_ALL YES ) endif() CPMAddPackage( NAME range-v3 GITHUB_REPOSITORY ericniebler/range-v3 - GIT_TAG 97452bb3eb74a73fc86504421a6a27c92bce6b99 + GIT_TAG 53c40dd628450c977ee1558285ff43e0613fa7a9 EXCLUDE_FROM_ALL YES ) CPMAddPackage( diff --git a/subprojects/cpr.wrap b/subprojects/cpr.wrap index d96e9f8..cd5fd4a 100644 --- a/subprojects/cpr.wrap +++ b/subprojects/cpr.wrap @@ -1,6 +1,6 @@ [wrap-git] url = https://github.com/libcpr/cpr.git -revision = 1.10.5 +revision = 7cd69d2cc3105a3920da765e285d2a89d2247f0d patch_directory = cpr diff --git a/subprojects/fmt.wrap b/subprojects/fmt.wrap index bcb59a3..580c032 100644 --- a/subprojects/fmt.wrap +++ b/subprojects/fmt.wrap @@ -1,6 +1,6 @@ [wrap-git] url = https://github.com/fmtlib/fmt.git -revision = 10.1.1 +revision = 10.2.1 patch_directory = fmt diff --git a/subprojects/range-v3.wrap b/subprojects/range-v3.wrap index 250a7f8..e47005a 100644 --- a/subprojects/range-v3.wrap +++ b/subprojects/range-v3.wrap @@ -1,6 +1,6 @@ [wrap-git] url = https://github.com/ericniebler/range-v3.git -revision = 97452bb3eb74a73fc86504421a6a27c92bce6b99 +revision = 53c40dd628450c977ee1558285ff43e0613fa7a9 patch_directory = range-v3 diff --git a/subprojects/rapidjson.wrap b/subprojects/rapidjson.wrap index 1fdc897..387376d 100644 --- a/subprojects/rapidjson.wrap +++ b/subprojects/rapidjson.wrap @@ -1,6 +1,6 @@ [wrap-git] url = https://github.com/Tencent/rapidjson.git -revision = 973dc9c06dcd3d035ebd039cfb9ea457721ec213 +revision = ab1842a2dae061284c0a62dca1cc6d5e7e37e346 patch_directory = rapidjson diff --git a/subprojects/spdlog.wrap b/subprojects/spdlog.wrap index 820b5b7..6d4cca3 100644 --- a/subprojects/spdlog.wrap +++ b/subprojects/spdlog.wrap @@ -1,6 +1,6 @@ [wrap-git] url = https://github.com/gabime/spdlog.git -revision = ac55e60488032b9acde8940a5de099541c4515da +revision = 62302019babd8fdf63c1c6dc4c9faa48d441a7f0 patch_directory = spdlog diff --git a/subprojects/tomlplusplus.wrap b/subprojects/tomlplusplus.wrap index c9a12a5..753fbe3 100644 --- a/subprojects/tomlplusplus.wrap +++ b/subprojects/tomlplusplus.wrap @@ -1,6 +1,6 @@ [wrap-git] url = https://github.com/marzer/tomlplusplus.git -revision = d8fa9a1fddc90254cac2366dde23f0b613bc1280 +revision = 1f7884e59165e517462f922e7b6de131bd9844f3 [provide] tomlplusplus = tomlplusplus_dep