This is an automated email from the ASF dual-hosted git repository. edwardxu pushed a commit to branch 2.13 in repository https://gitbox.apache.org/repos/asf/kvrocks.git
commit 3a1b631014d746acf7554677b0acad92975ed472 Author: Aleks Lozovyuk <[email protected]> AuthorDate: Thu Jul 17 06:44:50 2025 +0300 chore(deps): bump cpptrace to v1.0.3 (#3056) --- cmake/cpptrace.cmake | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cmake/cpptrace.cmake b/cmake/cpptrace.cmake index 3750d8dc9..3ed9d7f82 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.2 - MD5=9174091a2fe1dbceb8e181ae83b6abd7 + jeremy-rifkin/cpptrace v1.0.3 + MD5=b23b986fb2b4398adf0bba2e1e894b8d ) if (SYMBOLIZE_BACKEND STREQUAL "libbacktrace")
