Skip to content

Commit

Permalink
chore: deal with proc_macro_error and gix_path cargo deny advisories (#…
Browse files Browse the repository at this point in the history
…564)

* Add proc_macro_error stale issue to ignored advisories

* Update gix path
  • Loading branch information
elfedy authored Sep 6, 2024
1 parent a69c479 commit bd71545
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions deny.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ ignore = [
# https://github.com/launchbadge/sqlx/issues/3440
# Should remove once we can update sqlx which is used by some zksync dependencies
"RUSTSEC-2024-0363",
# Used by alloy
"RUSTSEC-2024-0370",
]

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

0 comments on commit bd71545

Please sign in to comment.