From 522529c0a907e3fd3e43c5f78d13fc174535919e Mon Sep 17 00:00:00 2001 From: Vladislav Nepogodin Date: Mon, 12 Sep 2022 02:20:08 +0400 Subject: [PATCH] =?UTF-8?q?=E2=99=BB=20=20update=20deps?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CMakeLists.txt | 10 +++++----- meson.build | 2 +- subprojects/cpr.wrap | 2 +- subprojects/fmt.wrap | 2 +- subprojects/packagefiles/cpr/meson.build | 2 +- subprojects/packagefiles/fmt/meson.build | 2 +- subprojects/range-v3.wrap | 2 +- subprojects/rapidjson.wrap | 2 +- subprojects/spdlog.wrap | 2 +- 9 files changed, 13 insertions(+), 13 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 8863edd..3b13514 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -38,31 +38,31 @@ CPMAddPackage( CPMAddPackage( NAME fmt GITHUB_REPOSITORY fmtlib/fmt - GIT_TAG fd93b633b8e8e3a671f73abb03c8f88145ae7a7a + GIT_TAG 9.1.0 EXCLUDE_FROM_ALL YES ) CPMAddPackage( NAME spdlog GITHUB_REPOSITORY gabime/spdlog - GIT_TAG b75edfafca581e33be29ab51b9546b2e955c2853 + GIT_TAG 81de01c02c2b49aa723806b0c1d557dd05721635 EXCLUDE_FROM_ALL YES ) CPMAddPackage( NAME rapidjson GITHUB_REPOSITORY Tencent/rapidjson - GIT_TAG 232389d4f1012dddec4ef84861face2d2ba85709 + GIT_TAG 22a62fcc2c2fa2418f5d358cdf65c1df73b418ae EXCLUDE_FROM_ALL YES ) CPMAddPackage( NAME cpr GITHUB_REPOSITORY libcpr/cpr - GIT_TAG ab6ec0be798c511552e389276fe8e36e408ddf99 + GIT_TAG 7938bc7702130f989b76822909b57b829dcd806a EXCLUDE_FROM_ALL YES ) CPMAddPackage( NAME range-v3 GITHUB_REPOSITORY ericniebler/range-v3 - GIT_TAG 3d6e6f56e5e1a3ec4befcc7695504ea23e1d52ab + GIT_TAG 689b4f3da769fb21dd7acf62550a038242d832e5 EXCLUDE_FROM_ALL YES ) CPMAddPackage( diff --git a/meson.build b/meson.build index c41d7d8..cc8ea75 100644 --- a/meson.build +++ b/meson.build @@ -35,7 +35,7 @@ endif # Common dependencies spdlog = dependency('spdlog', version : ['>=1.9.2'], fallback : ['spdlog', 'spdlog_dep']) -fmt = dependency('fmt', version : ['>=8.0.0'], fallback : ['fmt', 'fmt_dep']) +fmt = dependency('fmt', version : ['>=9.1.0'], fallback : ['fmt', 'fmt_dep']) ftxui = dependency('ftxui', modules : ['ftxui::screen', 'ftxui::dom', 'ftxui::component'], fallback : ['ftxui', 'ftxui_dep']) rapidjson = dependency('rapidjson', version : ['>=1.1.0'], fallback : ['rapidjson', 'rapidjson_dep']) cpr = dependency('cpr', version : ['>=1.7.0'], fallback : ['cpr', 'cpr_dep']) diff --git a/subprojects/cpr.wrap b/subprojects/cpr.wrap index 1f9e503..5461e98 100644 --- a/subprojects/cpr.wrap +++ b/subprojects/cpr.wrap @@ -1,6 +1,6 @@ [wrap-git] url = https://github.com/libcpr/cpr.git -revision = ab6ec0be798c511552e389276fe8e36e408ddf99 +revision = 7938bc7702130f989b76822909b57b829dcd806a patch_directory = cpr diff --git a/subprojects/fmt.wrap b/subprojects/fmt.wrap index 38cbbac..9172e87 100644 --- a/subprojects/fmt.wrap +++ b/subprojects/fmt.wrap @@ -1,6 +1,6 @@ [wrap-git] url = https://github.com/fmtlib/fmt.git -revision = fd93b633b8e8e3a671f73abb03c8f88145ae7a7a +revision = 9.1.0 patch_directory = fmt diff --git a/subprojects/packagefiles/cpr/meson.build b/subprojects/packagefiles/cpr/meson.build index 72b383d..2aea1da 100644 --- a/subprojects/packagefiles/cpr/meson.build +++ b/subprojects/packagefiles/cpr/meson.build @@ -1,5 +1,5 @@ project('cpr', 'cpp', - version: '1.9.1', + version: '1.9.2', license : 'MIT', default_options: ['cpp_std=c++20'] ) diff --git a/subprojects/packagefiles/fmt/meson.build b/subprojects/packagefiles/fmt/meson.build index ab45580..25053ae 100644 --- a/subprojects/packagefiles/fmt/meson.build +++ b/subprojects/packagefiles/fmt/meson.build @@ -1,5 +1,5 @@ project('fmt', 'cpp', - version : '8.1.1', + version : '9.1.0', license : 'BSD', default_options : [ 'cpp_std=c++20', diff --git a/subprojects/range-v3.wrap b/subprojects/range-v3.wrap index 0d5b5d2..2b0ebe3 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 = 3d6e6f56e5e1a3ec4befcc7695504ea23e1d52ab +revision = 689b4f3da769fb21dd7acf62550a038242d832e5 patch_directory = range-v3 diff --git a/subprojects/rapidjson.wrap b/subprojects/rapidjson.wrap index 1314316..0ffb5c1 100644 --- a/subprojects/rapidjson.wrap +++ b/subprojects/rapidjson.wrap @@ -1,6 +1,6 @@ [wrap-git] url = https://github.com/Tencent/rapidjson.git -revision = 232389d4f1012dddec4ef84861face2d2ba85709 +revision = 22a62fcc2c2fa2418f5d358cdf65c1df73b418ae patch_directory = rapidjson diff --git a/subprojects/spdlog.wrap b/subprojects/spdlog.wrap index 709ca67..9fea34f 100644 --- a/subprojects/spdlog.wrap +++ b/subprojects/spdlog.wrap @@ -1,6 +1,6 @@ [wrap-git] url = https://github.com/gabime/spdlog.git -revision = b75edfafca581e33be29ab51b9546b2e955c2853 +revision = 81de01c02c2b49aa723806b0c1d557dd05721635 patch_directory = spdlog