Downgrade ruma
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2025-12-01 11:24:36 +01:00
parent f0e8c799ff
commit b91b61f4f0
2 changed files with 288 additions and 211 deletions

View File

@@ -30,6 +30,6 @@ actix-remote-ip = "0.1.0"
bytes = "1.11.0"
sha2 = "0.11.0-rc.3"
base16ct = { version = "0.3.0", features = ["alloc"] }
ruma = { version = "0.14.0", features = ["client-api-c", "client-ext-client-api", "client-hyper-native-tls", "rand"] }
ruma = { version = "0.12.6", features = ["client-api-c", "client-ext-client-api", "client-hyper-native-tls", "rand"] }
actix-ws = "0.3.0"
tokio = { version = "1.48.0", features = ["rt", "time", "macros", "rt-multi-thread"] }