DerGut opened a new pull request, #3020: URL: https://github.com/apache/iceberg-rust/pull/3020
## What changed - update the transitive `h2` dependency from 0.4.15 to 0.4.16 in `Cargo.lock` - leave all other dependency versions unchanged ## Why The security audit on #3000 detected [RUSTSEC-2026-0258](https://rustsec.org/advisories/RUSTSEC-2026-0258.html) / [GHSA-q83h-524g-xf6h](https://github.com/hyperium/hyper/security/advisories/GHSA-q83h-524g-xf6h). `h2` 0.4.15 can queue empty HTTP/2 DATA frames without a bound when streams are not actively drained, potentially causing unbounded memory use or a panic. The advisory marks 0.4.16 as patched. ## Impact Consumers resolve the patched `h2` release without API or source changes in this repository. ## Validation - `cargo audit --file Cargo.lock` with the security workflow's existing ignore list - `cargo tree -i [email protected] --locked --offline` - `cargo check -p iceberg --all-features --locked` - `git diff --check` -- 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]
