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 ef1d72c0 Bump zstd to v1.5.6 (#2204)
ef1d72c0 is described below

commit ef1d72c0ded4f6e61b3de5f64f20a918c9ec8224
Author: Aleks Lozovyuk <[email protected]>
AuthorDate: Thu Mar 28 03:39:38 2024 +0200

    Bump zstd to v1.5.6 (#2204)
---
 cmake/zstd.cmake | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/cmake/zstd.cmake b/cmake/zstd.cmake
index 4c0032e4..6a322220 100644
--- a/cmake/zstd.cmake
+++ b/cmake/zstd.cmake
@@ -20,8 +20,8 @@ include_guard()
 include(cmake/utils.cmake)
 
 FetchContent_DeclareGitHubWithMirror(zstd
-  facebook/zstd v1.5.5
-  MD5=f336cde1961ee7e5d3a7f8c0c0f96987
+  facebook/zstd v1.5.6
+  MD5=cfb58a03ae01a39d5fff731ecaaa2657
 )
 
 FetchContent_GetProperties(zstd)

Reply via email to