This is an automated email from the ASF dual-hosted git repository.
liurenjie1024 pushed a change to branch dependabot/cargo/reqwest-0.12.28
in repository https://gitbox.apache.org/repos/asf/iceberg-rust.git
from 45350c68a chore(deps): Bump reqwest from 0.12.25 to 0.12.28
add 230135201 fix(spec): Include delete file content to V3 manifest (#1979)
add a321fe59e fix: fix typo check error (#1989)
add 4d09ba216 Fix ci audit failure (#1988)
add 9844638c4 feat: make FanoutWriter writer configurable (#1962)
add 434ab9603 fix: Address RUSTSEC-2026-0001 (#1994)
add e0b6e626e Merge branch 'main' into dependabot/cargo/reqwest-0.12.28
No new revisions were added by this update.
Summary of changes:
.cargo/audit.toml | 11 ++
.github/workflows/audit.yml | 1 -
.typos.toml | 3 +
Cargo.lock | 26 ++--
Cargo.toml | 4 +-
bindings/python/Cargo.lock | 131 +++++++++++++++++++--
bindings/python/Cargo.toml | 6 +
crates/iceberg/src/spec/manifest/writer.rs | 98 ++++++++++++++-
crates/iceberg/src/spec/table_properties.rs | 12 ++
.../datafusion/src/physical_plan/write.rs | 24 +++-
10 files changed, 286 insertions(+), 30 deletions(-)