This is an automated email from the ASF dual-hosted git repository.

Jefffrey pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/arrow-rs.git


The following commit(s) were added to refs/heads/main by this push:
     new 0606ef2879 chore(deps): bump lz4_flex from 0.13.1 to 0.14.0 (#10339)
0606ef2879 is described below

commit 0606ef287978d8d034ba3dadeeeb154aba67eef4
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu Jul 16 03:19:58 2026 +1000

    chore(deps): bump lz4_flex from 0.13.1 to 0.14.0 (#10339)
    
    Bumps [lz4_flex](https://github.com/pseitz/lz4_flex) from 0.13.1 to
    0.14.0.
    <details>
    <summary>Changelog</summary>
    <p><em>Sourced from <a
    href="https://github.com/PSeitz/lz4_flex/blob/main/CHANGELOG.md";>lz4_flex's
    changelog</a>.</em></p>
    <blockquote>
    <h1>0.14.0 (2026-07-14)</h1>
    <h3>Features</h3>
    <ul>
    <li>Add <code>alloc</code> feature to allow <code>no_std</code>
    operation without an allocator. The <code>std</code> feature now implies
    <code>alloc</code>. Without <code>alloc</code> only the
    <code>_into</code> variants of the block API are available, e.g.
    <code>compress_into</code>; the compression hash table is placed on the
    stack or can be provided via <code>compress_into_with_table</code>.</li>
    </ul>
    <pre><code>Note: Users with `default-features = false` need to
    additionally enable the `alloc`
    feature to keep the APIs returning `Vec`, e.g. `compress` and
    `decompress`.
    </code></pre>
    </blockquote>
    </details>
    <details>
    <summary>Commits</summary>
    <ul>
    <li><a
    
href="https://github.com/PSeitz/lz4_flex/commit/1bffdcbbf906a234b913937cb2f57c0245915038";><code>1bffdcb</code></a>
    Merge pull request <a
    href="https://redirect.github.com/pseitz/lz4_flex/issues/229";>#229</a>
    from PSeitz/release/0.14.0-changelog</li>
    <li><a
    
href="https://github.com/PSeitz/lz4_flex/commit/a5973e42f54a8bc4d0886e60308c9902cb595cd1";><code>a5973e4</code></a>
    Update CHANGELOG for 0.14.0 release, bump version to 0.14.0</li>
    <li><a
    
href="https://github.com/PSeitz/lz4_flex/commit/43cdb228977c7e2527cf47ded6fd4bb2de000c7a";><code>43cdb22</code></a>
    Merge pull request <a
    href="https://redirect.github.com/pseitz/lz4_flex/issues/228";>#228</a>
    from PSeitz/0.14.x</li>
    <li><a
    
href="https://github.com/PSeitz/lz4_flex/commit/08fd47eb602d0958e6cde1aaa14091c86c667dd8";><code>08fd47e</code></a>
    add release skill</li>
    <li><a
    
href="https://github.com/PSeitz/lz4_flex/commit/a6c6135f25f470797c7ff0d551cd745cd9b3f133";><code>a6c6135</code></a>
    Merge pull request <a
    href="https://redirect.github.com/pseitz/lz4_flex/issues/225";>#225</a>
    from fbrozovic/alloc-feature</li>
    <li><a
    
href="https://github.com/PSeitz/lz4_flex/commit/ca019ecef51ef6b516c415b69a6ee6f427f0d81c";><code>ca019ec</code></a>
    Add alloc feature to support no_std without an allocator</li>
    <li><a
    
href="https://github.com/PSeitz/lz4_flex/commit/19194f99d159635688efdc0e875b78cc6ae91724";><code>19194f9</code></a>
    Merge pull request <a
    href="https://redirect.github.com/pseitz/lz4_flex/issues/223";>#223</a>
    from PSeitz/0.13.x</li>
    <li>See full diff in <a
    href="https://github.com/pseitz/lz4_flex/compare/0.13.1...0.14.0";>compare
    view</a></li>
    </ul>
    </details>
    <br />
    
    
    [![Dependabot compatibility
    
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=lz4_flex&package-manager=cargo&previous-version=0.13.1&new-version=0.14.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
    
    Dependabot will resolve any conflicts with this PR as long as you don't
    alter it yourself. You can also trigger a rebase manually by commenting
    `@dependabot rebase`.
    
    [//]: # (dependabot-automerge-start)
    [//]: # (dependabot-automerge-end)
    
    ---
    
    <details>
    <summary>Dependabot commands and options</summary>
    <br />
    
    You can trigger Dependabot actions by commenting on this PR:
    - `@dependabot rebase` will rebase this PR
    - `@dependabot recreate` will recreate this PR, overwriting any edits
    that have been made to it
    - `@dependabot show <dependency name> ignore conditions` will show all
    of the ignore conditions of the specified dependency
    - `@dependabot ignore this major version` will close this PR and stop
    Dependabot creating any more for this major version (unless you reopen
    the PR or upgrade to it yourself)
    - `@dependabot ignore this minor version` will close this PR and stop
    Dependabot creating any more for this minor version (unless you reopen
    the PR or upgrade to it yourself)
    - `@dependabot ignore this dependency` will close this PR and stop
    Dependabot creating any more for this dependency (unless you reopen the
    PR or upgrade to it yourself)
    
    
    </details>
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] 
<49699333+dependabot[bot]@users.noreply.github.com>
---
 Cargo.lock           | 4 ++--
 arrow-ipc/Cargo.toml | 2 +-
 parquet/Cargo.toml   | 4 ++--
 3 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/Cargo.lock b/Cargo.lock
index 325baedf97..36d25d41a3 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -2045,9 +2045,9 @@ checksum = 
"112b39cec0b298b6c1999fee3e31427f74f676e4cb9879ed1a121b43661a4154"
 
 [[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/arrow-ipc/Cargo.toml b/arrow-ipc/Cargo.toml
index ae603d2acd..601eb86b28 100644
--- a/arrow-ipc/Cargo.toml
+++ b/arrow-ipc/Cargo.toml
@@ -42,7 +42,7 @@ arrow-data = { workspace = true }
 arrow-schema = { workspace = true }
 arrow-select = { workspace = true}
 flatbuffers = { version = "25.2.10", default-features = false }
-lz4_flex = { version = "0.13", default-features = false, features = ["std", 
"frame"], optional = true }
+lz4_flex = { version = "0.14", default-features = false, features = ["std", 
"frame"], optional = true }
 zstd = { version = "0.13.0", default-features = false, optional = true }
 
 [features]
diff --git a/parquet/Cargo.toml b/parquet/Cargo.toml
index f3342f03fc..1d44c58521 100644
--- a/parquet/Cargo.toml
+++ b/parquet/Cargo.toml
@@ -56,7 +56,7 @@ snap = { version = "1.0", default-features = false, optional 
= true }
 brotli = { version = "8.0", default-features = false, features = ["std"], 
optional = true }
 # To use `flate2` you must enable either the `flate2-zlib-rs` or 
`flate2-rust_backend` backends
 flate2 = { version = "1.1", default-features = false, optional = true }
-lz4_flex = { version = "0.13", default-features = false, features = ["std", 
"frame"], optional = true }
+lz4_flex = { version = "0.14", default-features = false, features = ["std", 
"frame"], optional = true }
 zstd = { version = "0.13", optional = true, default-features = false }
 chrono = { workspace = true }
 num-bigint = { version = "0.5", default-features = false }
@@ -84,7 +84,7 @@ tempfile = { version = "3.0", default-features = false }
 insta = { workspace = true, default-features = true }
 brotli = { version = "8.0", default-features = false, features = ["std"] }
 flate2 = { version = "1.0", default-features = false, features = 
["rust_backend"] }
-lz4_flex = { version = "0.13", default-features = false, features = ["std", 
"frame"] }
+lz4_flex = { version = "0.14", default-features = false, features = ["std", 
"frame"] }
 zstd = { version = "0.13", default-features = false }
 serde_json = { version = "1.0", features = ["std"], default-features = false }
 arrow = { workspace = true, features = ["ipc", "test_utils", "prettyprint", 
"json"] }

Reply via email to