1 Commits

Author SHA1 Message Date
935253e784 Update Rust crate uuid to 1.18.1
Some checks failed
renovate/artifacts Artifact file update failure
continuous-integration/drone/push Build is failing
continuous-integration/drone/pr Build is failing
2025-11-21 00:11:48 +00:00

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.13.0", 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"] }