This is an automated email from the ASF dual-hosted git repository.

aleksraiden pushed a commit to branch aleksraiden-patch-pegtl-401
in repository https://gitbox.apache.org/repos/asf/kvrocks.git

commit a5ca9c644a652c687e3a31c11ede13d87b88c124
Author: Aleks Lozovyuk <[email protected]>
AuthorDate: Tue Aug 11 17:35:24 2026 +0300

    Update PEGTL version to 4.0.1
---
 cmake/pegtl.cmake | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/cmake/pegtl.cmake b/cmake/pegtl.cmake
index f71f60b78..f242129d7 100644
--- a/cmake/pegtl.cmake
+++ b/cmake/pegtl.cmake
@@ -20,8 +20,8 @@ include_guard()
 include(cmake/utils.cmake)
 
 FetchContent_DeclareGitHubWithMirror(pegtl
-  taocpp/PEGTL 3.2.8
-  MD5=5c919edd001ef157b0d25fc9dcc8b3e1
+  taocpp/PEGTL 4.0.1
+  MD5=0defc359aef0cf55d8bc09e3229d25b1
 )
 
 FetchContent_MakeAvailableWithArgs(pegtl)

Reply via email to