Add audit and deny command error messages to respective files

This commit is contained in:
kalvinparker 2025-11-08 23:20:51 +00:00
parent 0951c8d220
commit 54053f7e28
4 changed files with 30 additions and 0 deletions

18
audit.txt Normal file
View file

@ -0,0 +1,18 @@
info: syncing channel updates for '1.91.0-x86_64-unknown-linux-gnu'
info: latest update on 2025-10-30, rust version 1.91.0 (f8297e351 2025-10-28)
info: downloading component 'cargo'
info: downloading component 'clippy'
info: downloading component 'rust-std'
info: downloading component 'rustc'
info: downloading component 'rustfmt'
info: installing component 'cargo'
info: installing component 'clippy'
info: installing component 'rust-std'
info: installing component 'rustc'
info: installing component 'rustfmt'
error: no such command: `audit`
help: a command with a similar name exists: `add`
help: view all installed commands with `cargo --list`
help: find a package to install `audit` with `cargo search cargo-audit`

6
deny-advisories.txt Normal file
View file

@ -0,0 +1,6 @@
error: no such command: `deny`
help: a command with a similar name exists: `bench`
help: view all installed commands with `cargo --list`
help: find a package to install `deny` with `cargo search cargo-deny`

6
deny-licenses.txt Normal file
View file

@ -0,0 +1,6 @@
error: no such command: `deny`
help: a command with a similar name exists: `bench`
help: view all installed commands with `cargo --list`
help: find a package to install `deny` with `cargo search cargo-deny`

BIN
workflows.json Normal file

Binary file not shown.