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

alamb pushed a commit to branch branch-52
in repository https://gitbox.apache.org/repos/asf/datafusion.git


The following commit(s) were added to refs/heads/branch-52 by this push:
     new e034c6b0b1 [branch-52] Update to use lz4_flex 0.12.1 and quinn-proto 
0.11.14 (#21009)
e034c6b0b1 is described below

commit e034c6b0b103c674c4576644007b30480565bec3
Author: Andrew Lamb <[email protected]>
AuthorDate: Wed Mar 18 08:14:46 2026 -0400

    [branch-52] Update to use lz4_flex 0.12.1 and quinn-proto 0.11.14 (#21009)
    
    ## Which issue does this PR close?
    
    - part of https://github.com/apache/datafusion/issues/20855
    
    ## Rationale for this change
    
    `cargo audit` is failing on on branch-52 like this:
    
    ```
    ...
    Crate:     lz4_flex
    Version:   0.12.0
    Warning:   yanked
    
    error: 2 vulnerabilities found!
    warning: 4 allowed warnings found
    ```
    
    here is an example of that heppening on CI:
    
https://github.com/apache/datafusion/actions/runs/23209529148/job/67454157529?pr=21004
    
    
    
    ## What changes are included in this PR?
    
    
    - Update lz4_flex 50 0.12.1 (non yanked)
    
    ## Are these changes tested?
    
    <!--
    We typically require tests for all PRs in order to:
    1. Prevent the code from being accidentally broken by subsequent changes
    2. Serve as another way to document the expected behavior of the code
    
    If tests are not included in your PR, please explain why (for example,
    are they covered by existing tests)?
    -->
    
    ## Are there any user-facing changes?
    
    <!--
    If there are user-facing changes then we may require documentation to be
    updated before approving the PR.
    -->
    
    <!--
    If there are any breaking changes to public APIs, please add the `api
    change` label.
    -->
---
 Cargo.lock | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/Cargo.lock b/Cargo.lock
index dc938853f3..689e07cc77 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -4042,9 +4042,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",
 ]
@@ -4864,9 +4864,9 @@ dependencies = [
 
 [[package]]
 name = "quinn-proto"
-version = "0.11.13"
+version = "0.11.14"
 source = "registry+https://github.com/rust-lang/crates.io-index";
-checksum = "f1906b49b0c3bc04b5fe5d86a77925ae6524a19b816ae38ce1e426255f1d8a31"
+checksum = "434b42fec591c96ef50e21e886936e66d3cc3f737104fdb9b737c40ffb94c098"
 dependencies = [
  "bytes",
  "getrandom 0.3.4",


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to