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 bd6f6439d chore(deps): bump cpptrace to v1.0.3 (#3056)
bd6f6439d is described below
commit bd6f6439de64a6b3e43308ca11224fc65685e457
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")