Skip to content

Commit

Permalink
cargo update, update validator to 0.19, audit ignore due to diesel li…
Browse files Browse the repository at this point in the history
…mitation
  • Loading branch information
taddes committed Jan 6, 2025
1 parent 945f081 commit 1d95fcc
Show file tree
Hide file tree
Showing 3 changed files with 880 additions and 623 deletions.
1 change: 1 addition & 0 deletions .cargo/audit.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
[advisories]
ignore = [
"RUSTSEC-2024-0365", # Bound by diesel 1.4 (4GB limit n/a to tokenserver)
"RUSTSEC-2024-0421", # Bound by diesel 1.4, `idna` < 0.1.5, Upgrade to >=1.0.0
]
Loading

0 comments on commit 1d95fcc

Please sign in to comment.