Skip to content

Commit

Permalink
update: update cargo dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Toromyx committed Jan 20, 2024
1 parent f5e4849 commit 42a9e3f
Show file tree
Hide file tree
Showing 2 changed files with 911 additions and 760 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"fix:format": "concurrently -c yellow,blue \"npm:fix:format:*\"",
"check": "npm run lint && npm run format",
"fix": "npm run fix:lint && npm run fix:format",
"audit:backend": "cd src-tauri && cargo audit --ignore RUSTSEC-2020-0071",
"audit:backend": "cd src-tauri && cargo audit",
"audit:frontend:resolve": "resolve-audit",
"audit:frontend": "check-audit",
"audit": "concurrently -c yellow,blue \"npm:audit:*\"",
Expand Down
Loading

0 comments on commit 42a9e3f

Please sign in to comment.