This is an automated email from the ASF dual-hosted git repository.
mbutrovich pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/datafusion-comet.git
The following commit(s) were added to refs/heads/main by this push:
new 1c8c873b2 chore(deps): bump lz4_flex from 0.12.0 to 0.12.1 in /native
(#3713)
1c8c873b2 is described below
commit 1c8c873b2fe7c920ac5ee38d376131868fd9d39c
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Mar 16 18:36:12 2026 -0400
chore(deps): bump lz4_flex from 0.12.0 to 0.12.1 in /native (#3713)
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] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
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 328e8b372..05b673346 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 c95145bf8..44daae53a 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 }
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]