diff --git a/.cargo/audit.toml b/.cargo/audit.toml new file mode 100644 index 0000000..fb639ad --- /dev/null +++ b/.cargo/audit.toml @@ -0,0 +1,2 @@ +[advisories] +ignore = ["RUSTSEC-2024-0344"] diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 0bd36bd..e4147d2 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -34,6 +34,14 @@ repos: types: [rust] pass_filenames: false + - id: audit + name: audit + description: Audit packages + entry: cargo audit + language: system + types: [rust] + pass_filenames: false + - id: test name: test description: Rust test