alamb opened a new pull request, #24467: URL: https://github.com/apache/datafusion/pull/24467
## Which issue does this PR close? N/A -- fixes the `security_audit` CI failure on `main`: https://github.com/apache/datafusion/actions/runs/32165471695/job/95803921510 ## Rationale for this change The `security_audit` job on `main` reports [RUSTSEC-2026-0258](https://rustsec.org/advisories/RUSTSEC-2026-0258) (h2 unbounded empty DATA frames) for `h2` 0.4.13. The advisory is fixed in `h2` >= 0.4.16. ## What changes are included in this PR? Update `h2` from 0.4.13 to 0.4.16 in `Cargo.lock`, following the same fix as apache/arrow-rs#10740. ## Are these changes tested? `cargo audit --ignore RUSTSEC-2026-0194 --ignore RUSTSEC-2026-0195` passes locally with this change. ## Are there any user-facing changes? No -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
