diff --git a/.changes/config.json b/.changes/config.json index b2c849b6c..05e43a36d 100644 --- a/.changes/config.json +++ b/.changes/config.json @@ -7,6 +7,7 @@ "prepublish": [ "sudo apt-get update", "sudo apt-get install -y webkit2gtk-4.0", + "cargo install cargo-audit --features=fix", { "command": "cargo generate-lockfile", "dryRunCommand": true, @@ -24,7 +25,7 @@ "pipe": true }, { - "command": "cargo audit fix --dry-run", + "command": "cargo audit fix --dry-run true", "dryRunCommand": true, "runFromRoot": true, "pipe": true