Skip to content

Commit

Permalink
chore(deps): Temporarily ignore prost warning (#8186)
Browse files Browse the repository at this point in the history
We don't seem to be affected since it only affects converting
`prost_types::Timestamp` to `SystemTime`.

Issue to resolve once dependencies are updated:

#8184

Signed-off-by: Jesse Szwedko <[email protected]>
  • Loading branch information
jszwedko committed Jul 8, 2021
1 parent b101787 commit 3629646
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions deny.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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",
]

0 comments on commit 3629646

Please sign in to comment.