refactor: resolve security advisories and update core dependencies
Code Quality / quality-checks (push) Has been cancelled
Security Scan / security-audit (push) Has been cancelled

This commit is contained in:
2026-04-10 18:29:33 +02:00
parent 50a445937f
commit 92dc3a983e
3 changed files with 512 additions and 413 deletions
+17
View File
@@ -4,6 +4,23 @@ ignore = []
[bans]
multiple-versions = "allow"
[licenses]
allow = [
"MIT",
"Apache-2.0",
"BSD-2-Clause",
"BSD-3-Clause",
"ISC",
"Zlib",
"Unlicense",
"0BSD",
"Unicode-3.0",
"MPL-2.0",
"GPL-3.0-or-later",
"Apache-2.0 WITH LLVM-exception",
"CDLA-Permissive-2.0",
]
[sources]
allow-registry = ["https://github.com/rust-lang/crates.io-index"]
allow-git = []