From 22b2c9891d5ce9cb978f7af3cf3b1319ed594d98 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 17 Dec 2025 10:23:16 +0000 Subject: [PATCH] chore(deps): update dependency gabime/spdlog to v1.16.0 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index cdef3fc..6a6126a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -9,7 +9,7 @@ set(CMAKE_CXX_STANDARD 20) include(cmake/CPM.cmake) -CPMAddPackage("gh:gabime/spdlog@1.8.5") +CPMAddPackage("gh:gabime/spdlog@1.16.0") CPMAddPackage("gh:google/googletest@1.17.0") CPMAddPackage("gh:jarro2783/cxxopts@3.0.0") CPMAddPackage("gh:Tessil/ordered-map@1.2.0")