From 21dcce56787b63ba2626238f4cb556078ca08064 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 Sep 2024 17:35:34 +0000 Subject: [PATCH] build(deps): bump lz4 from 1.27.0 to 1.28.0 Bumps [lz4](https://github.com/10xGenomics/lz4-rs) from 1.27.0 to 1.28.0. - [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-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 8 ++++---- barkit-extract/Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 849ae6a..27b8696 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -575,18 +575,18 @@ checksum = "a7a70ba024b9dc04c27ea2f0c0548feb474ec5c54bba33a7f72f873a39d07b24" [[package]] name = "lz4" -version = "1.27.0" +version = "1.28.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a231296ca742e418c43660cb68e082486ff2538e8db432bc818580f3965025ed" +checksum = "4d1febb2b4a79ddd1980eede06a8f7902197960aa0383ffcfdd62fe723036725" dependencies = [ "lz4-sys", ] [[package]] name = "lz4-sys" -version = "1.11.0" +version = "1.11.1+lz4-1.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fcb44a01837a858d47e5a630d2ccf304c8efcc4b83b8f9f75b7a9ee4fcc6e57d" +checksum = "6bd8c0d6c6ed0cd30b3652886bb8711dc4bb01d637a68105a3d5158039b418e6" dependencies = [ "cc", "libc", diff --git a/barkit-extract/Cargo.toml b/barkit-extract/Cargo.toml index 2c48478..cca34cc 100644 --- a/barkit-extract/Cargo.toml +++ b/barkit-extract/Cargo.toml @@ -19,7 +19,7 @@ seq_io = "0.3.2" thiserror = "1.0.64" rayon = "1.10.0" fancy-regex = "0.13.0" -lz4 = "1.27.0" +lz4 = "1.28.0" gzp = "0.11.3" indicatif = "0.17.8" console = "0.15.8"