From cf731630e306e07c1658d8f4ce622ba07b110f75 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 11 Jun 2024 19:18:28 +0000 Subject: [PATCH] chore(deps): Bump lz4 from 1.24.0 to 1.25.0 Bumps [lz4](https://github.com/10xGenomics/lz4-rs) from 1.24.0 to 1.25.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/v1.25) --- updated-dependencies: - dependency-name: lz4 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 14 +++++++------- src/storage/Cargo.toml | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index eb2ae2ed948cd..29b5b23d84294 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -6994,9 +6994,9 @@ dependencies = [ [[package]] name = "lz4" -version = "1.24.0" +version = "1.25.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7e9e2dd86df36ce760a60f6ff6ad526f7ba1f14ba0356f8254fb6905e6494df1" +checksum = "d6eab492fe7f8651add23237ea56dbf11b3c4ff762ab83d40a47f11433421f91" dependencies = [ "libc", "lz4-sys", @@ -7004,9 +7004,9 @@ dependencies = [ [[package]] name = "lz4-sys" -version = "1.9.4" +version = "1.9.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "57d27b317e207b10f69f5e75494119e391a96f48861ae870d1da6edac98ca900" +checksum = "e9764018d143cc854c9f17f0b907de70f14393b1f502da6375dce70f00514eb3" dependencies = [ "cc", "libc", @@ -9224,7 +9224,7 @@ checksum = "8bdf592881d821b83d471f8af290226c8d51402259e9bb5be7f9f8bdebbb11ac" dependencies = [ "bytes", "heck 0.4.1", - "itertools 0.10.5", + "itertools 0.11.0", "log", "multimap 0.8.3", "once_cell", @@ -9258,7 +9258,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "265baba7fabd416cf5078179f7d2cbeca4ce7a9041111900675ea7c4cb8a4c32" dependencies = [ "anyhow", - "itertools 0.10.5", + "itertools 0.11.0", "proc-macro2", "quote", "syn 2.0.57", @@ -9419,7 +9419,7 @@ dependencies = [ "indoc", "libc", "memoffset", - "parking_lot 0.11.2", + "parking_lot 0.12.1", "portable-atomic", "pyo3-build-config", "pyo3-ffi", diff --git a/src/storage/Cargo.toml b/src/storage/Cargo.toml index b3664706dab6a..0dc4bd8b088f1 100644 --- a/src/storage/Cargo.toml +++ b/src/storage/Cargo.toml @@ -33,7 +33,7 @@ futures-async-stream = { workspace = true } hex = "0.4" itertools = { workspace = true } libc = "0.2" -lz4 = "1.24.0" +lz4 = "1.25.0" memcomparable = "0.2" metrics-prometheus = "0.7" more-asserts = "0.3"