about summary refs log tree commit diff
path: root/.cargo
diff options
context:
space:
mode:
Diffstat (limited to '.cargo')
-rw-r--r--.cargo/audit.toml6
1 files changed, 6 insertions, 0 deletions
diff --git a/.cargo/audit.toml b/.cargo/audit.toml
new file mode 100644
index 0000000..f87ce8f
--- /dev/null
+++ b/.cargo/audit.toml
@@ -0,0 +1,6 @@
+[advisories]
+ignore = [
+  "RUSTSEC-2023-0071" # via sqlx-mysql, which is disabled via a feature
+] # advisory IDs to ignore e.g. ["RUSTSEC-2019-0001", ...]
+
+informational_warnings = ["unmaintained"]
\ No newline at end of file