This is an automated email from the ASF dual-hosted git repository.

twice pushed a commit to branch unstable
in repository https://gitbox.apache.org/repos/asf/kvrocks.git


The following commit(s) were added to refs/heads/unstable by this push:
     new 7d52e8de7 chore(deps): bump spdlog to 1.16.0 (#3225)
7d52e8de7 is described below

commit 7d52e8de7f70ada90ba90fead6385a8b8f996e4f
Author: Aleks Lozovyuk <[email protected]>
AuthorDate: Sun Oct 12 13:30:38 2025 +0300

    chore(deps): bump spdlog to 1.16.0 (#3225)
    
    Bump spdlog to 1.16.0 (see:
    https://github.com/gabime/spdlog/releases/tag/v1.16.0)
    
    Key changes:
    
    - Use std::getenv
    - Added timeout for TCP calls such as connect, send, recv
    - Remove the fileapi.h include in os-inl.h
    - Bug fixes
---
 cmake/spdlog.cmake | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/cmake/spdlog.cmake b/cmake/spdlog.cmake
index f36a5d3db..505c94c97 100644
--- a/cmake/spdlog.cmake
+++ b/cmake/spdlog.cmake
@@ -20,8 +20,8 @@ include_guard()
 include(cmake/utils.cmake)
 
 FetchContent_DeclareGitHubWithMirror(spdlog
-  gabime/spdlog v1.15.3
-  MD5=f00dfa11fd9ee2f9b54d0315f4590e6b
+  gabime/spdlog v1.16.0
+  MD5=9492e71daefbfdfb86727b3628066b5a
 )
 
 FetchContent_MakeAvailableWithArgs(spdlog

Reply via email to