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

hulk 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 738ae8a4b chore(deps): Update fmt library to version 12.1.0 (#3238)
738ae8a4b is described below

commit 738ae8a4b47e779cf668787496e5db9407d5b5c3
Author: Aleks Lozovyuk <[email protected]>
AuthorDate: Thu Oct 30 05:23:40 2025 +0300

    chore(deps): Update fmt library to version 12.1.0 (#3238)
    
    Update fmt library to version 12.1.0 (see:
    https://github.com/fmtlib/fmt/releases/tag/12.1.0)
    
    **Key changes**
    
    - Optimized buffer::append, resulting in up to ~16% improvement on
    spdlog benchmarks
    - Worked around an ABI incompatibility in std::locale_ref between clang
    and gcc
    - Fixed a compatibility issue with C++ modules in clang
    - Switched to global malloc/free to enable allocator customization
    - Fix bugs
---
 cmake/fmt.cmake | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/cmake/fmt.cmake b/cmake/fmt.cmake
index d470bf34e..fe260981a 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.0.0
-  MD5=3fa90363bce77d4ab9c229d4f6757fdf
+  fmtlib/fmt 12.1.0
+  MD5=eeecea0834d5f7cb6430527e90cc8379
 )
 
 FetchContent_MakeAvailableWithArgs(fmt)

Reply via email to