Skip to content

Commit

Permalink
advisories fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ManojJiSharma committed Nov 13, 2024
1 parent bd782dd commit e2ffa88
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions deny.toml
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,9 @@ ignore = [

# RUSTSEC-2024-0384 instant is unmaintained
{ id = 'RUSTSEC-2024-0384', reason = 'This crate is no longer maintained, and the author recommends using the maintained web-time crate instead.' },

#RUSTSEC-2024-0388 derivative is unmaintained; consider using an alternative
{ id = 'RUSTSEC-2024-0388', reason = 'derivative is unmaintained; consider using an alternative'},
]

# This section is considered when running `cargo deny check sources`.
Expand Down

0 comments on commit e2ffa88

Please sign in to comment.