DCjanus opened a new pull request, #8590:
URL: https://github.com/apache/arrow-rs/pull/8590

   • # Which issue does this PR close?
   
     - Closes https://github.com/apache/arrow-rs/issues/7598
   
     # Rationale for this change
   
     cargo deny flags the unmaintained paste crate, so advisory checks fail 
until we remove it. Switching to the maintained drop-in replacement keeps the 
dependency tree healthy and restores the advisory gate.
   
     # What changes are included in this PR?
   
     - Replace all paste dependencies with pastey across Arrow Flight, Parquet, 
and Parquet Variant crates.
     - Update source files to import pastey::paste instead of paste::paste.
     - Refresh Cargo.lock so it pulls in pastey.
   
     # Are these changes tested?
   
     - cargo check -p parquet
     - cargo deny check advisories
   
     # Are there any user-facing changes?
   
     No user-facing changes or API adjustments.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to