From d89f15719eaa6e5a8404056f3d7cd9a7895d3429 Mon Sep 17 00:00:00 2001 From: Curve Date: Fri, 29 Dec 2023 16:06:09 +0100 Subject: [PATCH] chore(deps): bump dependencies --- CMakeLists.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index bc807eb..f2fad07 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -142,7 +142,7 @@ CPMFindPackage( CPMFindPackage( NAME boost_callable_traits - GIT_TAG boost-1.83.0 + GIT_TAG boost-1.84.0 GIT_REPOSITORY "https://github.com/boostorg/callable_traits" ) @@ -167,7 +167,7 @@ CPMFindPackage( CPMFindPackage( NAME glaze - VERSION 1.8.4 + VERSION 1.9.9 GIT_REPOSITORY "https://github.com/stephenberry/glaze" ) @@ -179,7 +179,7 @@ CPMFindPackage( CPMFindPackage( NAME boost_preprocessor - GIT_TAG boost-1.83.0 + GIT_TAG boost-1.84.0 GIT_REPOSITORY "https://github.com/boostorg/preprocessor" )