From 20e5c83a8cff10f1489a244e856a5ba396965098 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Jan 2025 09:55:03 +0000 Subject: [PATCH] build(deps): bump lz4 from 1.28.0 to 1.28.1 Bumps [lz4](https://github.com/10xGenomics/lz4-rs) from 1.28.0 to 1.28.1. - [Release notes](https://github.com/10xGenomics/lz4-rs/releases) - [Changelog](https://github.com/10XGenomics/lz4-rs/blob/master/CHANGELOG.md) - [Commits](https://github.com/10xGenomics/lz4-rs/commits) --- updated-dependencies: - dependency-name: lz4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b07604f2a3..31f505aa14 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3937,9 +3937,9 @@ dependencies = [ [[package]] name = "lz4" -version = "1.28.0" +version = "1.28.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4d1febb2b4a79ddd1980eede06a8f7902197960aa0383ffcfdd62fe723036725" +checksum = "a20b523e860d03443e98350ceaac5e71c6ba89aea7d960769ec3ce37f4de5af4" dependencies = [ "lz4-sys", ] diff --git a/Cargo.toml b/Cargo.toml index 5900779650..d808079a92 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -384,7 +384,7 @@ libsecp256k1 = { version = "0.6.0", default-features = false, features = [ light-poseidon = "0.2.0" log = "0.4.22" lru = "0.7.7" -lz4 = "1.28.0" +lz4 = "1.28.1" memmap2 = "0.5.10" memoffset = "0.9" merlin = "3"