diff --git a/Cargo.lock b/Cargo.lock index 77449f3..e5f68ff 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2750,9 +2750,9 @@ dependencies = [ [[package]] name = "ruma" -version = "0.12.4" +version = "0.12.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1d60b9267fed6352f294e6d5baec3a9a16f14bcce07af7079b26e26220aa500f" +checksum = "c1d47e42b7dea75a468dea63a230f51331c58d690ca018ea1c6ac782ea98880c" dependencies = [ "assign", "js_int", @@ -2812,9 +2812,9 @@ dependencies = [ [[package]] name = "ruma-common" -version = "0.15.3" +version = "0.15.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "52e4969d85f1915b666dfe7939141b874aacd4191f8ad86689d16bfbfa08a770" +checksum = "387e1898e868d32ff7b205e7db327361d5dcf635c00a8ae5865068607595a9cf" dependencies = [ "as_variant", "base64 0.22.1", diff --git a/Cargo.toml b/Cargo.toml index 935fd33..45c6025 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.4", features = ["client-api-c", "client-ext-client-api", "client-hyper-native-tls", "rand"] } +ruma = { version = "0.12.5", features = ["client-api-c", "client-ext-client-api", "client-hyper-native-tls", "rand"] } actix-ws = "0.3.0" tokio = { version = "1.46.1", features = ["rt", "time", "macros", "rt-multi-thread"] } \ No newline at end of file