feat: announce disconnection upon deadlock detection

This commit is contained in:
2026-06-12 20:29:50 -04:00
parent c7300a9e6d
commit fa0093d582
3 changed files with 32 additions and 7 deletions

View File

@@ -56,6 +56,7 @@ opendal = { git = "https://github.com/apache/opendal", rev = "ecf840b04afd2be109
] }
opus2 = "0.4.0"
patricia_tree = "0.10.1"
rayon = "1.12"
rhai = { version = "1.23.6", features = ["sync"] }
rustls = "0.23"
secrecy = { version = "0.10.3", features = ["serde"] }