From 1f0ca1823f8e5bbda28d384632bc9c2f035d046c Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Wed, 6 Aug 2025 00:14:49 +0000 Subject: [PATCH] Update Rust crate ruma to 0.12.6 --- Cargo.lock | 8 ++++---- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d4f0626..fd76191 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2750,9 +2750,9 @@ dependencies = [ [[package]] name = "ruma" -version = "0.12.5" +version = "0.12.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c1d47e42b7dea75a468dea63a230f51331c58d690ca018ea1c6ac782ea98880c" +checksum = "3714d4ebd4314e6510bc64194fcdea1b51fe47898169a08f1bb4912e5c10e2c5" dependencies = [ "assign", "js_int", @@ -2844,9 +2844,9 @@ dependencies = [ [[package]] name = "ruma-events" -version = "0.30.4" +version = "0.30.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3cdc7abec9bc2a9ca0b4831cc26ce97a6a8c39a0bde44a19281a719e861b4293" +checksum = "f141b37dcd3cfa1199d6a13929db59be529b2c69107edc9f1702b81015e970b2" dependencies = [ "as_variant", "indexmap", diff --git a/Cargo.toml b/Cargo.toml index 4444bdd..4be3b2d 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-rc.0" base16ct = "0.2.0" -ruma = { version = "0.12.5", 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.47.1", features = ["rt", "time", "macros", "rt-multi-thread"] } \ No newline at end of file -- 2.49.1