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 357510c8 chore: bump Zstandard (zstd) to v1.5.7 (#2797)
357510c8 is described below
commit 357510c88b8c63fe0f01b9ac9931024831370316
Author: Aleks Lozovyuk <[email protected]>
AuthorDate: Fri Feb 21 12:38:41 2025 +0200
chore: bump Zstandard (zstd) to v1.5.7 (#2797)
---
cmake/zstd.cmake | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/cmake/zstd.cmake b/cmake/zstd.cmake
index 2b2fb3c9..abb4f22c 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.6
- MD5=cfb58a03ae01a39d5fff731ecaaa2657
+ facebook/zstd v1.5.7
+ MD5=2a98f5f27ec041e8b442382103229f44
)
FetchContent_GetProperties(zstd)