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 aec1e528c chore(deps): bump fmtlib to 11.2.0 (#2925)
aec1e528c is described below
commit aec1e528ced2fbd9bd8a081c2c9476312ab1e387
Author: Aleks Lozovyuk <[email protected]>
AuthorDate: Tue May 6 08:48:57 2025 +0300
chore(deps): bump fmtlib to 11.2.0 (#2925)
Co-authored-by: Twice <[email protected]>
---
cmake/fmt.cmake | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/cmake/fmt.cmake b/cmake/fmt.cmake
index 3e304b2ff..0cfa68e8a 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.4
- MD5=90667b07f34d91554cf8285ae234ff66
+ fmtlib/fmt 11.2.0
+ MD5=feeba3828e393f7dec473052bf0eef97
)
FetchContent_MakeAvailableWithArgs(fmt)