Skip to content

Commit 7a903ca

Browse files
authored
chore: unblock CI for tonic/hyper audit failures (#25419)
We will need to wait on the RUSTSEC advisory to be resolved upstream, i.e., by having tonic and hyper upgraded in core, before we can lift this advisory ignore and use the latest versions of those crates.
1 parent dd1031b commit 7a903ca

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

deny.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ ignore = [
88
# dependent on arrow-* upgrading dependencies on lexical-core
99
# see https://github.com/apache/arrow-rs/pull/6401
1010
"RUSTSEC-2023-0086",
11+
# Tonic + hyper upgrade is large - unblocking pipeline for now.
12+
# https://rustsec.org/advisories/RUSTSEC-2024-0376
13+
"RUSTSEC-2024-0376",
1114
]
1215
git-fetch-with-cli = true
1316

0 commit comments

Comments
 (0)