Skip to content

Commit

Permalink
Add another ignore until SeaORM can be updated to v1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bkonkle committed Sep 3, 2024
1 parent 1e20dc0 commit 298108d
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions Makefile.toml
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,14 @@ args = ["nextest", "run", "--features=integration", "${@}"]

[tasks.audit]
command = "cargo"
# Ignore RUSTSEC-2023-0071 until SeaORM can be updated with an rsa fix
args = ["audit", "--ignore", "RUSTSEC-2023-0071"]
# Ignore RUSTSEC-2023-0071 and RUSTSEC-2024-0363 until SeaORM can be updated with an rsa & sqlx fix
args = [
"audit",
"--ignore",
"RUSTSEC-2023-0071",
"--ignore",
"RUSTSEC-2024-0363",
]

[tasks.timings]
script = '''
Expand Down

0 comments on commit 298108d

Please sign in to comment.