From 855ade88900fd3c721758b2e69055fd2a3aea12e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Mar 2026 20:49:15 +0000 Subject: [PATCH] chore(deps): bump lz4_flex from 0.12.0 to 0.12.1 in /native Bumps [lz4_flex](https://github.com/pseitz/lz4_flex) from 0.12.0 to 0.12.1. - [Release notes](https://github.com/pseitz/lz4_flex/releases) - [Changelog](https://github.com/PSeitz/lz4_flex/blob/main/CHANGELOG.md) - [Commits](https://github.com/pseitz/lz4_flex/compare/0.12.0...0.12.1) --- updated-dependencies: - dependency-name: lz4_flex dependency-version: 0.12.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- native/Cargo.lock | 4 ++-- native/core/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/native/Cargo.lock b/native/Cargo.lock index 328e8b3727..05b673346e 100644 --- a/native/Cargo.lock +++ b/native/Cargo.lock @@ -3950,9 +3950,9 @@ checksum = "112b39cec0b298b6c1999fee3e31427f74f676e4cb9879ed1a121b43661a4154" [[package]] name = "lz4_flex" -version = "0.12.0" +version = "0.12.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ab6473172471198271ff72e9379150e9dfd70d8e533e0752a27e515b48dd375e" +checksum = "98c23545df7ecf1b16c303910a69b079e8e251d60f7dd2cc9b4177f2afaf1746" dependencies = [ "twox-hash", ] diff --git a/native/core/Cargo.toml b/native/core/Cargo.toml index c95145bf85..44daae53ab 100644 --- a/native/core/Cargo.toml +++ b/native/core/Cargo.toml @@ -51,7 +51,7 @@ prost = "0.14.3" jni = "0.21" snap = "1.1" # we disable default features in lz4_flex to force the use of the faster unsafe encoding and decoding implementation -lz4_flex = { version = "0.12.0", default-features = false, features = ["frame"] } +lz4_flex = { version = "0.12.1", default-features = false, features = ["frame"] } zstd = "0.13.3" rand = { workspace = true } num = { workspace = true }