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

aleksraiden pushed a commit to branch aleksraiden-patch-2
in repository https://gitbox.apache.org/repos/asf/kvrocks.git

commit 86a57f6633af424ec89df773576c292c369f4362
Author: Aleks Lozovyuk <[email protected]>
AuthorDate: Sat Dec 28 12:30:25 2024 +0300

    Update fmt.cmake
---
 cmake/fmt.cmake | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/cmake/fmt.cmake b/cmake/fmt.cmake
index b72dadc5..0bf8ba84 100644
--- a/cmake/fmt.cmake
+++ b/cmake/fmt.cmake
@@ -20,8 +20,8 @@ include_guard()
 include(cmake/utils.cmake)
 
 FetchContent_DeclareGitHubWithMirror(fmt
-  fmtlib/fmt 11.1.0
-  MD5=9f7476145f4457538218ea8ff177c5f0
+  fmtlib/fmt 11.1.1
+  MD5=887c59024c43ce2cd37296c3fe3fc164
 )
 
 FetchContent_MakeAvailableWithArgs(fmt)

Reply via email to