mirror of
https://gitlab.computer.surgery/matrix/grapevine.git
synced 2025-12-20 01:01:24 +01:00
handle cancellation in complement wrapper
What a mess lmao
This commit is contained in:
parent
f76806655f
commit
0eee282558
4 changed files with 236 additions and 12 deletions
|
|
@ -111,6 +111,7 @@ opentelemetry-prometheus = "0.17.0"
|
|||
opentelemetry_sdk = { version = "0.24.0", features = ["rt-tokio"] }
|
||||
parking_lot = "0.12.3"
|
||||
phf = { version = "0.11.2", features = ["macros"] }
|
||||
process-wrap = { version = "8.0.2", default-features = false, features = ["std", "process-group"] }
|
||||
prometheus = "0.13.4"
|
||||
rand = "0.8.5"
|
||||
regex = "1.10.6"
|
||||
|
|
@ -126,6 +127,7 @@ serde_html_form = "0.2.6"
|
|||
serde_json = { version = "1.0.128", features = ["raw_value"] }
|
||||
serde_yaml = "0.9.34"
|
||||
sha-1 = "0.10.1"
|
||||
signal-hook = "0.3.17"
|
||||
strum = { version = "0.26.3", features = ["derive"] }
|
||||
thiserror = "1.0.64"
|
||||
thread_local = "1.1.8"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue