From bf8122ae817740cd4cead1b1ac9783a6b5548ecf Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sun, 6 Apr 2025 00:33:57 +0000 Subject: [PATCH] Update Rust crate ruma to 0.12.1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 8244d4f..041320f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -30,6 +30,6 @@ actix-remote-ip = "0.1.0" bytes = "1.10.1" sha2 = "0.11.0-pre.4" base16ct = "0.2.0" -ruma = { version = "0.12.0", features = ["client-api-c", "client-ext-client-api", "client-hyper-native-tls", "rand"] } +ruma = { version = "0.12.1", features = ["client-api-c", "client-ext-client-api", "client-hyper-native-tls", "rand"] } actix-ws = "0.3.0" tokio = { version = "1.43.0", features = ["rt", "time", "macros", "rt-multi-thread"] } \ No newline at end of file -- 2.47.2