Skip to content

Commit 8ffeab0

Browse files
committed
♻ update deps
1 parent 125e574 commit 8ffeab0

File tree

7 files changed

+12
-12
lines changed

7 files changed

+12
-12
lines changed

CMakeLists.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -38,39 +38,39 @@ CPMAddPackage(
3838
CPMAddPackage(
3939
NAME fmt
4040
GITHUB_REPOSITORY fmtlib/fmt
41-
GIT_TAG 10.1.1
41+
GIT_TAG 10.2.1
4242
EXCLUDE_FROM_ALL YES
4343
)
4444
CPMAddPackage(
4545
NAME tomlplusplus
4646
GITHUB_REPOSITORY marzer/tomlplusplus
47-
GIT_TAG d8fa9a1fddc90254cac2366dde23f0b613bc1280
47+
GIT_TAG 1f7884e59165e517462f922e7b6de131bd9844f3
4848
EXCLUDE_FROM_ALL YES
4949
)
5050
CPMAddPackage(
5151
NAME spdlog
5252
GITHUB_REPOSITORY gabime/spdlog
53-
GIT_TAG ac55e60488032b9acde8940a5de099541c4515da
53+
GIT_TAG 62302019babd8fdf63c1c6dc4c9faa48d441a7f0
5454
EXCLUDE_FROM_ALL YES
5555
)
5656
CPMAddPackage(
5757
NAME rapidjson
5858
GITHUB_REPOSITORY Tencent/rapidjson
59-
GIT_TAG f9d53419e912910fd8fa57d5705fa41425428c35
59+
GIT_TAG ab1842a2dae061284c0a62dca1cc6d5e7e37e346
6060
EXCLUDE_FROM_ALL YES
6161
)
6262
if(NOT ENABLE_DEVENV)
6363
CPMAddPackage(
6464
NAME cpr
6565
GITHUB_REPOSITORY libcpr/cpr
66-
GIT_TAG 67e2a4d2a76ed520e352f10e651a6f98e220dbd7
66+
GIT_TAG 7cd69d2cc3105a3920da765e285d2a89d2247f0d
6767
EXCLUDE_FROM_ALL YES
6868
)
6969
endif()
7070
CPMAddPackage(
7171
NAME range-v3
7272
GITHUB_REPOSITORY ericniebler/range-v3
73-
GIT_TAG 97452bb3eb74a73fc86504421a6a27c92bce6b99
73+
GIT_TAG 53c40dd628450c977ee1558285ff43e0613fa7a9
7474
EXCLUDE_FROM_ALL YES
7575
)
7676
CPMAddPackage(

subprojects/cpr.wrap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[wrap-git]
22
url = https://github.com/libcpr/cpr.git
3-
revision = 1.10.5
3+
revision = 7cd69d2cc3105a3920da765e285d2a89d2247f0d
44

55
patch_directory = cpr
66

subprojects/fmt.wrap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[wrap-git]
22
url = https://github.com/fmtlib/fmt.git
3-
revision = 10.1.1
3+
revision = 10.2.1
44

55
patch_directory = fmt
66

subprojects/range-v3.wrap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[wrap-git]
22
url = https://github.com/ericniebler/range-v3.git
3-
revision = 97452bb3eb74a73fc86504421a6a27c92bce6b99
3+
revision = 53c40dd628450c977ee1558285ff43e0613fa7a9
44

55
patch_directory = range-v3
66

subprojects/rapidjson.wrap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[wrap-git]
22
url = https://github.com/Tencent/rapidjson.git
3-
revision = 973dc9c06dcd3d035ebd039cfb9ea457721ec213
3+
revision = ab1842a2dae061284c0a62dca1cc6d5e7e37e346
44

55
patch_directory = rapidjson
66

subprojects/spdlog.wrap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[wrap-git]
22
url = https://github.com/gabime/spdlog.git
3-
revision = ac55e60488032b9acde8940a5de099541c4515da
3+
revision = 62302019babd8fdf63c1c6dc4c9faa48d441a7f0
44

55
patch_directory = spdlog
66

subprojects/tomlplusplus.wrap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[wrap-git]
22
url = https://github.com/marzer/tomlplusplus.git
3-
revision = d8fa9a1fddc90254cac2366dde23f0b613bc1280
3+
revision = 1f7884e59165e517462f922e7b6de131bd9844f3
44

55
[provide]
66
tomlplusplus = tomlplusplus_dep

0 commit comments

Comments
 (0)