This is an automated email from the ASF dual-hosted git repository.
csy 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 072bcb7f Bump lz4_flex from 0.12.0 to 0.13.0 (#2091)
072bcb7f is described below
commit 072bcb7f7eb063378d4b10822aa52d3244194ebb
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Mar 16 21:17:28 2026 +0800
Bump lz4_flex from 0.12.0 to 0.13.0 (#2091)
---
Cargo.lock | 6 +++---
Cargo.toml | 2 +-
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/Cargo.lock b/Cargo.lock
index cb29a8aa..a102a05b 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1186,7 +1186,7 @@ dependencies = [
"itertools 0.14.0",
"jni",
"log",
- "lz4_flex 0.12.0",
+ "lz4_flex 0.13.0",
"num",
"once_cell",
"paste",
@@ -2528,9 +2528,9 @@ dependencies = [
[[package]]
name = "lz4_flex"
-version = "0.12.0"
+version = "0.13.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "ab6473172471198271ff72e9379150e9dfd70d8e533e0752a27e515b48dd375e"
+checksum = "db9a0d582c2874f68138a16ce1867e0ffde6c0bb0a0df85e1f36d04146db488a"
dependencies = [
"twox-hash",
]
diff --git a/Cargo.toml b/Cargo.toml
index 3efcd5fc..da46dc69 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -167,7 +167,7 @@ hashbrown = "0.14.5"
itertools = "0.14.0"
jni = "0.20.0"
log = "0.4.29"
-lz4_flex = "0.12.0"
+lz4_flex = "0.13.0"
num = "0.4.2"
object_store = "0.12.4"
once_cell = "1.21.4"