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 7250ebe99 chore(deps): bump cpptrace to v1.0.2 (#3039) 7250ebe99 is described below commit 7250ebe999380ee4263b96cfd59c75321c7e95f9 Author: Aleks Lozovyuk <aleks.rai...@gmail.com> AuthorDate: Wed Jun 25 16:36:50 2025 +0300 chore(deps): bump cpptrace to v1.0.2 (#3039) --- cmake/cpptrace.cmake | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cmake/cpptrace.cmake b/cmake/cpptrace.cmake index cc69d694c..3750d8dc9 100644 --- a/cmake/cpptrace.cmake +++ b/cmake/cpptrace.cmake @@ -20,8 +20,8 @@ include_guard() include(cmake/utils.cmake) FetchContent_DeclareGitHubWithMirror(cpptrace - jeremy-rifkin/cpptrace v1.0.0 - MD5=de5f963b477916505cface0e11806f1d + jeremy-rifkin/cpptrace v1.0.2 + MD5=9174091a2fe1dbceb8e181ae83b6abd7 ) if (SYMBOLIZE_BACKEND STREQUAL "libbacktrace")