From bd97bdbe5ff35404758194e2e4e7e4a0d05cadb6 Mon Sep 17 00:00:00 2001 From: Richard Patel Date: Mon, 2 Dec 2024 07:02:55 +0000 Subject: [PATCH] deps: lz4 v0.10.0 --- deps.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deps.sh b/deps.sh index 9752fd7494..048e86b2c0 100755 --- a/deps.sh +++ b/deps.sh @@ -132,7 +132,7 @@ fetch () { checkout_llvm fi checkout_repo zstd https://github.com/facebook/zstd "v1.5.6" - checkout_repo lz4 https://github.com/lz4/lz4 "v1.9.4" + checkout_repo lz4 https://github.com/lz4/lz4 "v1.10.0" checkout_repo secp256k1 https://github.com/bitcoin-core/secp256k1 "v0.5.0" checkout_repo s2n https://github.com/awslabs/s2n-bignum "" "efa579c" #checkout_repo openssl https://github.com/openssl/openssl "openssl-3.3.1"