Skip to content

Commit 4d09ba2

Browse files
Fix ci audit failure (#1988)
1 parent a321fe5 commit 4d09ba2

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

.cargo/audit.toml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,12 @@ ignore = [
2525
#
2626
# Introduced by hive_metastore, tracked at https://github.com/cloudwego/pilota/issues/293
2727
"RUSTSEC-2024-0388",
28+
# `paste` is unmaintained; consider using an alternative
29+
#
30+
# Introduced by hive_metastore, tracked at https://github.com/cloudwego/pilota/issues/293
31+
"RUSTSEC-2024-0436",
32+
# `rustls-pemfile` is unmaintained
33+
#
34+
# Introduced by object_store, see https://github.com/apache/arrow-rs-object-store/issues/564
35+
"RUSTSEC-2025-0134",
2836
]

.github/workflows/audit.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,4 +48,3 @@ jobs:
4848
- uses: rustsec/[email protected]
4949
with:
5050
token: ${{ secrets.GITHUB_TOKEN }}
51-
ignore: RUSTSEC-2024-0436

0 commit comments

Comments
 (0)