From 1840ca879a01e039c437d1ff7ada749aaf330c6d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 3 Mar 2024 21:37:02 +0100 Subject: [PATCH] Update Rust crate lz4_flex to 0.11.2 (#701) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- nativelink-store/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nativelink-store/Cargo.toml b/nativelink-store/Cargo.toml index ac55ad3bf..f4ace0b91 100644 --- a/nativelink-store/Cargo.toml +++ b/nativelink-store/Cargo.toml @@ -23,7 +23,7 @@ futures = "0.3.30" hex = "0.4.3" hyper = { version = "0.14.28" } hyper-rustls = { version = "0.24.2", features = ["webpki-tokio"] } -lz4_flex = "0.11.1" +lz4_flex = "0.11.2" parking_lot = "0.12.1" prost = "0.12.3" rand = "0.8.5"