If they're isn't a present fix, it doesn't make sense to fail a publish.
@@ -24,7 +24,7 @@
"pipe": true
},
{
- "command": "cargo audit",
+ "command": "cargo audit fix --dry-run",
"dryRunCommand": true,
"runFromRoot": true,