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

PragmaTwice 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 ee98a2daf chore(deps): bump fmtlib to 12.2.0 (#3532)
ee98a2daf is described below

commit ee98a2dafbb33aebabbbcab94c728a7e10fbc36e
Author: Aleks Lozovyuk <[email protected]>
AuthorDate: Thu Jun 18 19:44:38 2026 +0300

    chore(deps): bump fmtlib to 12.2.0 (#3532)
    
    Bump fmtlib to 12.2.0 (changelog:
    https://github.com/fmtlib/fmt/releases/tag/12.2.0)
    
    **Key changes**
    
    - Added a C11 API that brings fast, type-safe formatting to C
    - Added a separate fmt::fmt-module CMake target for C++20 modules and a
    CI workflow that exercises module-based builds
    - Enabled the full Dragonbox lookup cache by default for floating-point
    formatting unless optimizing for binary size, giving a ~10–25% speedup.
    - Improved integer formatting performance by ~3%
    - Added support for formatting std::unexpected
    - Made various code, build and test improvements
---
 cmake/fmt.cmake | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/cmake/fmt.cmake b/cmake/fmt.cmake
index fe260981a..1187bbfd3 100644
--- a/cmake/fmt.cmake
+++ b/cmake/fmt.cmake
@@ -20,8 +20,8 @@ include_guard()
 include(cmake/utils.cmake)
 
 FetchContent_DeclareGitHubWithMirror(fmt
-  fmtlib/fmt 12.1.0
-  MD5=eeecea0834d5f7cb6430527e90cc8379
+  fmtlib/fmt 12.2.0
+  MD5=81a12091bbe04b8b5f2d42aa458e36ae
 )
 
 FetchContent_MakeAvailableWithArgs(fmt)

Reply via email to