From 194132171b45a45a83c3949b164be0535f47f782 Mon Sep 17 00:00:00 2001 From: Vladislav Nepogodin Date: Sun, 30 Jan 2022 13:21:15 +0400 Subject: [PATCH] =?UTF-8?q?=E2=99=BB=20=20update=20version=20of=20deps?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CMakeLists.txt | 8 ++++---- subprojects/fmt.wrap | 2 +- subprojects/packagefiles/fmt/meson.build | 2 +- subprojects/packagefiles/ftxui/meson.build | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 86ac167..02d10ed 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -41,20 +41,20 @@ FetchContent_Declare(ftxui ) FetchContent_Declare(fmt GIT_REPOSITORY "https://github.com/fmtlib/fmt.git" - GIT_TAG "a7aecbfcaa0e1586da9cf8175bd8d1c4383acd8c" + GIT_TAG "ae1aaaee5f5f36ce5303bb140d51b6db21e1af4e" ) FetchContent_MakeAvailable(fmt) FetchContent_Declare(spdlog GIT_REPOSITORY "https://github.com/gabime/spdlog.git" - GIT_TAG "729d7f6d8837b6693e7b378408518ea1710f80cb" + GIT_TAG "8fb112158a64afe1bd58c82c06bf6a142c9b3823" ) FetchContent_Declare(simdjson GIT_REPOSITORY "https://github.com/simdjson/simdjson.git" - GIT_TAG "5beef701e741f23de450fc120a30b87fa0a0cec8" + GIT_TAG "6698eb96b99576b8d53f8d90c9023717379e1c0f" ) FetchContent_Declare(cpr GIT_REPOSITORY "https://github.com/libcpr/cpr.git" - GIT_TAG "9b2bda734dffdd76096e1364290c58fe3a30c59a" + GIT_TAG "da381bb2afe4e36b18b1fe206bc06951d8fdc06e" ) FetchContent_MakeAvailable(ftxui spdlog simdjson cpr) if(CMAKE_CXX_COMPILER_ID MATCHES ".*Clang") diff --git a/subprojects/fmt.wrap b/subprojects/fmt.wrap index 5d15ef9..1dae121 100644 --- a/subprojects/fmt.wrap +++ b/subprojects/fmt.wrap @@ -1,6 +1,6 @@ [wrap-git] url = https://github.com/fmtlib/fmt.git -revision = a7aecbfcaa0e1586da9cf8175bd8d1c4383acd8c +revision = ae1aaaee5f5f36ce5303bb140d51b6db21e1af4e patch_directory = fmt diff --git a/subprojects/packagefiles/fmt/meson.build b/subprojects/packagefiles/fmt/meson.build index fcba42c..cac637d 100644 --- a/subprojects/packagefiles/fmt/meson.build +++ b/subprojects/packagefiles/fmt/meson.build @@ -1,5 +1,5 @@ project('fmt', 'cpp', - version : '8.0.1', + version : '8.1.1', license : 'BSD', default_options : [ 'cpp_std=c++14', diff --git a/subprojects/packagefiles/ftxui/meson.build b/subprojects/packagefiles/ftxui/meson.build index d71b3fb..994b43c 100644 --- a/subprojects/packagefiles/ftxui/meson.build +++ b/subprojects/packagefiles/ftxui/meson.build @@ -1,5 +1,5 @@ project('ftxui', 'cpp', - version: '0.11.1', + version: '2.0.0', license : 'MIT', default_options: ['cpp_std=c++17'] )