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 a7f9b40c2 chore(deps): bump spdlog version to v1.17.0 (#3325)
a7f9b40c2 is described below
commit a7f9b40c2d7826dde77d2cda4b04a8c08e216e70
Author: Aleks Lozovyuk <[email protected]>
AuthorDate: Mon Jan 5 16:22:59 2026 +0300
chore(deps): bump spdlog version to v1.17.0 (#3325)
Bump spdlog version to v1.17.0 (full changelog -
https://github.com/gabime/spdlog/releases/tag/v1.17.0)
**Key changes**
- Fix the %z formatter (UTC offset)
- Fix include <fcntl.h> in tcp_client.h to avoid compilation failures
- Fix sign-compare warning
- Bump bundled {fmt} library to 12.1.0
---
cmake/spdlog.cmake | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/cmake/spdlog.cmake b/cmake/spdlog.cmake
index 505c94c97..d943fbe53 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.16.0
- MD5=9492e71daefbfdfb86727b3628066b5a
+ gabime/spdlog v1.17.0
+ MD5=d38d278383b768847ccc4616879df42f
)
FetchContent_MakeAvailableWithArgs(spdlog