From 02adc7f44e09fb9758799044a66e8714f596d3b5 Mon Sep 17 00:00:00 2001 From: Curve Date: Sun, 12 May 2024 11:40:35 +0200 Subject: [PATCH] chore(deps): bump version --- CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index e7766de..d3de6db 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -111,13 +111,13 @@ CPMFindPackage( CPMFindPackage( NAME glaze - VERSION 2.4.5 + VERSION 2.6.1 GIT_REPOSITORY "https://github.com/stephenberry/glaze" ) CPMFindPackage( NAME spdlog - VERSION 1.13.0 + VERSION 1.14.1 GIT_REPOSITORY "https://github.com/gabime/spdlog" )