This is an automated email from the ASF dual-hosted git repository.
fokko pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/iceberg-rust.git
The following commit(s) were added to refs/heads/main by this push:
new 4d09ba216 Fix ci audit failure (#1988)
4d09ba216 is described below
commit 4d09ba216657d38102b5a33e02f9e7764cbdeba1
Author: Renjie Liu <[email protected]>
AuthorDate: Mon Jan 5 19:45:58 2026 +0800
Fix ci audit failure (#1988)
---
.cargo/audit.toml | 8 ++++++++
.github/workflows/audit.yml | 1 -
2 files changed, 8 insertions(+), 1 deletion(-)
diff --git a/.cargo/audit.toml b/.cargo/audit.toml
index a46052f3b..09e2d35c5 100644
--- a/.cargo/audit.toml
+++ b/.cargo/audit.toml
@@ -25,4 +25,12 @@ ignore = [
#
# Introduced by hive_metastore, tracked at
https://github.com/cloudwego/pilota/issues/293
"RUSTSEC-2024-0388",
+ # `paste` is unmaintained; consider using an alternative
+ #
+ # Introduced by hive_metastore, tracked at
https://github.com/cloudwego/pilota/issues/293
+ "RUSTSEC-2024-0436",
+ # `rustls-pemfile` is unmaintained
+ #
+ # Introduced by object_store, see
https://github.com/apache/arrow-rs-object-store/issues/564
+ "RUSTSEC-2025-0134",
]
diff --git a/.github/workflows/audit.yml b/.github/workflows/audit.yml
index 28c8a3db7..fc6b1224e 100644
--- a/.github/workflows/audit.yml
+++ b/.github/workflows/audit.yml
@@ -48,4 +48,3 @@ jobs:
- uses: rustsec/[email protected]
with:
token: ${{ secrets.GITHUB_TOKEN }}
- ignore: RUSTSEC-2024-0436