From 98f1402242b289fdfbb279be393ccfa79fa6a459 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 1 Apr 2024 08:06:04 +0000 Subject: [PATCH] chore(deps): update dependency llvm_zstd to v1.5.6 --- fetch_deps.bzl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/fetch_deps.bzl b/fetch_deps.bzl index 0045196..434bc18 100644 --- a/fetch_deps.bzl +++ b/fetch_deps.bzl @@ -93,10 +93,10 @@ def fetch_direct_dependencies(): http_archive( name = "llvm_zstd", build_file = "@llvm-raw//utils/bazel/third_party_build:zstd.BUILD", - sha256 = "7c42d56fac126929a6a85dbc73ff1db2411d04f104fae9bdea51305663a83fd0", - strip_prefix = "zstd-1.5.2", + sha256 = "8c29e06cf42aacc1eafc4077ae2ec6c6fcb96a626157e0593d5e82a34fd403c1", + strip_prefix = "zstd-1.5.6", urls = [ - "https://github.com/facebook/zstd/releases/download/v1.5.2/zstd-1.5.2.tar.gz", + "https://github.com/facebook/zstd/releases/download/v1.5.6/zstd-1.5.6.tar.gz", ], )