refactor(arbiter-client): rewrite errors to terrros

This commit is contained in:
CleverWild
2026-03-24 17:25:45 +01:00
parent 2148faa376
commit efb11d2271
10 changed files with 235 additions and 132 deletions

6
server/Cargo.lock generated
View File

@@ -686,6 +686,7 @@ dependencies = [
"http",
"rand 0.10.0",
"rustls-webpki",
"terrors",
"thiserror 2.0.18",
"tokio",
"tokio-stream",
@@ -4908,6 +4909,11 @@ dependencies = [
"windows-sys 0.60.2",
]
[[package]]
name = "terrors"
version = "0.5.1"
source = "git+https://github.com/CleverWild/terrors#a0867fd9ca3fbb44c32e92113a917f1577b5716a"
[[package]]
name = "test-log"
version = "0.2.19"