chore(deps): update dependencies

This commit is contained in:
2026-06-01 22:57:46 +02:00
parent 17c916445e
commit ad4133cf3d
4 changed files with 587 additions and 699 deletions
-9
View File
@@ -1,9 +0,0 @@
{
"vueCompilerOptions": {
"target": 3.5,
"extensions": [".vue"]
},
"typescript": {
"tsdk": "frontend/node_modules/typescript/lib"
}
}
Generated
+583 -687
View File
File diff suppressed because it is too large Load Diff
+3 -2
View File
@@ -2,7 +2,9 @@
feature-depth = 1
[advisories]
ignore = []
ignore = [
"RUSTSEC-2025-0134" # Temporary, see https://github.com/poem-web/poem/issues/1182
]
[licenses]
# List of explicitly allowed licenses
@@ -17,7 +19,6 @@ allow = [
"ISC",
"MIT",
"MPL-2.0",
"OpenSSL",
"Unicode-3.0",
"Zlib",
]
+1 -1
View File
@@ -13,7 +13,7 @@ format-check:
cargo fmt --check --all
audit:
cargo deny
cargo deny check
build:
cargo build