This is an automated email from the ASF dual-hosted git repository.
richox 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 428dcc21 Bump lz4_flex from 0.11.5 to 0.12.0 (#1623)
428dcc21 is described below
commit 428dcc21a4d14d53238ebc6e6055edcc000d97c9
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Sat Nov 22 22:25:30 2025 +0800
Bump lz4_flex from 0.11.5 to 0.12.0 (#1623)
Bumps [lz4_flex](https://github.com/pseitz/lz4_flex) from 0.11.5 to 0.12.0.
- [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.11.5...0.12.0)
---
updated-dependencies:
- dependency-name: lz4_flex
dependency-version: 0.12.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
Cargo.lock | 17 +++++++++++++----
Cargo.toml | 2 +-
2 files changed, 14 insertions(+), 5 deletions(-)
diff --git a/Cargo.lock b/Cargo.lock
index c891f17d..fee44c21 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -211,7 +211,7 @@ dependencies = [
"arrow-data",
"arrow-schema",
"flatbuffers",
- "lz4_flex",
+ "lz4_flex 0.11.5",
"zstd",
]
@@ -1185,7 +1185,7 @@ dependencies = [
"itertools 0.14.0",
"jni",
"log",
- "lz4_flex",
+ "lz4_flex 0.12.0",
"num",
"once_cell",
"paste",
@@ -2509,6 +2509,15 @@ dependencies = [
"twox-hash",
]
+[[package]]
+name = "lz4_flex"
+version = "0.12.0"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "ab6473172471198271ff72e9379150e9dfd70d8e533e0752a27e515b48dd375e"
+dependencies = [
+ "twox-hash",
+]
+
[[package]]
name = "lzma-sys"
version = "0.1.20"
@@ -2798,7 +2807,7 @@ dependencies = [
"futures",
"futures-util",
"iana-time-zone",
- "lz4_flex",
+ "lz4_flex 0.11.5",
"lzokay-native",
"num",
"prost 0.13.5",
@@ -2867,7 +2876,7 @@ dependencies = [
"futures",
"half",
"hashbrown 0.15.5",
- "lz4_flex",
+ "lz4_flex 0.11.5",
"num",
"num-bigint",
"object_store",
diff --git a/Cargo.toml b/Cargo.toml
index 2891847d..1115289b 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -91,7 +91,7 @@ hashbrown = "0.14.5"
itertools = "0.14.0"
jni = "0.20.0"
log = "0.4.28"
-lz4_flex = "0.11.5"
+lz4_flex = "0.12.0"
num = "0.4.2"
object_store = "0.12.4"
once_cell = "1.21.3"