This is an automated email from the ASF dual-hosted git repository.
JingsongLi pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/paimon-rust.git
The following commit(s) were added to refs/heads/main by this push:
new daf2c34e build(deps): bump lz4_flex from 0.11.6 to 0.13.1 (#657)
daf2c34e is described below
commit daf2c34ed82db1fcd0b7f34707856ff56816a6b2
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Aug 3 11:38:07 2026 +0800
build(deps): bump lz4_flex from 0.11.6 to 0.13.1 (#657)
---
Cargo.lock | 2 +-
crates/paimon/Cargo.toml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/Cargo.lock b/Cargo.lock
index 69d011fa..45b953b4 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -4541,7 +4541,7 @@ dependencies = [
"indexmap 2.14.0",
"libloading 0.9.0",
"log",
- "lz4_flex 0.11.6",
+ "lz4_flex 0.13.1",
"md-5 0.10.6",
"opendal-core",
"opendal-http-transport-reqwest",
diff --git a/crates/paimon/Cargo.toml b/crates/paimon/Cargo.toml
index 1bed943a..b8db7fa9 100644
--- a/crates/paimon/Cargo.toml
+++ b/crates/paimon/Cargo.toml
@@ -86,7 +86,7 @@ roaring = "0.11"
crc32fast = "1"
zstd = "0.13"
snap = "1"
-lz4_flex = "0.11"
+lz4_flex = "0.13"
arrow-array = { workspace = true }
arrow-arith = { workspace = true }
arrow-buffer = { workspace = true }