erroring on the server works from now on

This commit is contained in:
Priec
2026-09-09 08:43:20 +02:00
parent 4a378a5c1e
commit a3cf02e866
5 changed files with 16 additions and 4 deletions

12
Cargo.lock generated
View File

@@ -7031,6 +7031,7 @@ dependencies = [
"tower",
"tracing",
"tracing-subscriber",
"trait-variant",
"tui-canvas-validation-core",
"unicode-width 0.2.2",
"url",
@@ -8542,6 +8543,17 @@ dependencies = [
"tracing-log",
]
[[package]]
name = "trait-variant"
version = "0.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b19a4867a870f6edc4c283f2b455804b1879c0baf0e642f26b03ed8ee262d9d3"
dependencies = [
"proc-macro2",
"quote",
"syn 2.0.117",
]
[[package]]
name = "try-lock"
version = "0.2.5"