diff --git a/deny.toml b/deny.toml index 5dd76fff4d8da..36310972c5b35 100644 --- a/deny.toml +++ b/deny.toml @@ -54,4 +54,8 @@ ignore = [ # Memory access due to code generation flaw in Cranelift module # https://github.com/timberio/vector/issues/7558 "RUSTSEC-2021-0067", + + # Conversion from prost_types::Timestamp to SystemTime can cause an overflow and panic + # https://github.com/timberio/vector/issues/8184 + "RUSTSEC-2021-0073", ]