This is an automated email from the ASF dual-hosted git repository.
cxzl25 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/auron.git
The following commit(s) were added to refs/heads/master by this push:
new 37daf6c0a Bump lz4_flex from 0.13.1 to 0.14.0 (#2388)
37daf6c0a is described below
commit 37daf6c0a4b6ba7d9db7be619e0973f82d660988
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri Jul 17 10:59:52 2026 +0800
Bump lz4_flex from 0.13.1 to 0.14.0 (#2388)
---
Cargo.lock | 6 +++---
Cargo.toml | 2 +-
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/Cargo.lock b/Cargo.lock
index a53019e5e..5ba889bc4 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1142,7 +1142,7 @@ dependencies = [
"itertools 0.15.0",
"jni",
"log",
- "lz4_flex 0.13.1",
+ "lz4_flex 0.14.0",
"num",
"once_cell",
"paste",
@@ -2481,9 +2481,9 @@ dependencies = [
[[package]]
name = "lz4_flex"
-version = "0.13.1"
+version = "0.14.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "7ef0d4ed8669f8f8826eb00dc878084aa8f253506c4fd5e8f58f5bce72ddb97e"
+checksum = "ecbdfe44b1bd960b68170b417450a628c43f7cf56bb3c5317e61cb230ee7f226"
dependencies = [
"twox-hash",
]
diff --git a/Cargo.toml b/Cargo.toml
index dd52ef4bb..208054c3e 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -173,7 +173,7 @@ hashbrown = "0.17.1"
itertools = "0.15.0"
jni = "0.20.0"
log = "0.4.32"
-lz4_flex = "0.13.1"
+lz4_flex = "0.14.0"
num = "0.4.2"
object_store = "0.12.4"
once_cell = "1.21.4"