make kick more responsive

This commit is contained in:
bgkillas 2024-11-10 09:58:13 -05:00
parent ef732da3a2
commit 4a135d00f6
9 changed files with 371 additions and 113 deletions

View file

@ -32,7 +32,7 @@ clipboard = "0.5.0"
socket2 = { version = "0.5.7", features = ["all"] }
reqwest = { version = "0.12.4", features = ["blocking", "json", "http2", "rustls-tls-native-roots", "charset"], default-features = false}
serde_json = "1.0.117"
thiserror = "1.0.61"
thiserror = "2.0.2"
poll-promise = "0.3.0"
zip = "2.2.0"
self-replace = "1.3.7"