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 9b04a87f8 chore(deps): bump cpptrace to v1.0.0 (#3025)
9b04a87f8 is described below
commit 9b04a87f814ddac21bb92554156a020eb1682ed1
Author: Aleks Lozovyuk <[email protected]>
AuthorDate: Fri Jun 13 09:38:25 2025 +0300
chore(deps): bump cpptrace to v1.0.0 (#3025)
---
cmake/cpptrace.cmake | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/cmake/cpptrace.cmake b/cmake/cpptrace.cmake
index ef6d98453..cc69d694c 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 v0.8.3
- MD5=c4f3c85c826da8a9c13c97186264e32a
+ jeremy-rifkin/cpptrace v1.0.0
+ MD5=de5f963b477916505cface0e11806f1d
)
if (SYMBOLIZE_BACKEND STREQUAL "libbacktrace")