diff --git a/Cargo.lock b/Cargo.lock index 0919ae18..b1135aa3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3672,7 +3672,7 @@ dependencies = [ [[package]] name = "ruma" version = "0.13.0" -source = "git+https://github.com/matrix-construct/ruma?rev=214ab27fdc3d7004f6d46e0aa89fba573b59c66f#214ab27fdc3d7004f6d46e0aa89fba573b59c66f" +source = "git+https://github.com/matrix-construct/ruma?rev=ff66bdd9975152f0382d753120dddddf3577ad51#ff66bdd9975152f0382d753120dddddf3577ad51" dependencies = [ "assign", "js_int", @@ -3691,7 +3691,7 @@ dependencies = [ [[package]] name = "ruma-appservice-api" version = "0.13.0" -source = "git+https://github.com/matrix-construct/ruma?rev=214ab27fdc3d7004f6d46e0aa89fba573b59c66f#214ab27fdc3d7004f6d46e0aa89fba573b59c66f" +source = "git+https://github.com/matrix-construct/ruma?rev=ff66bdd9975152f0382d753120dddddf3577ad51#ff66bdd9975152f0382d753120dddddf3577ad51" dependencies = [ "js_int", "ruma-common", @@ -3703,7 +3703,7 @@ dependencies = [ [[package]] name = "ruma-client-api" version = "0.21.0" -source = "git+https://github.com/matrix-construct/ruma?rev=214ab27fdc3d7004f6d46e0aa89fba573b59c66f#214ab27fdc3d7004f6d46e0aa89fba573b59c66f" +source = "git+https://github.com/matrix-construct/ruma?rev=ff66bdd9975152f0382d753120dddddf3577ad51#ff66bdd9975152f0382d753120dddddf3577ad51" dependencies = [ "as_variant", "assign", @@ -3728,7 +3728,7 @@ dependencies = [ [[package]] name = "ruma-common" version = "0.16.0" -source = "git+https://github.com/matrix-construct/ruma?rev=214ab27fdc3d7004f6d46e0aa89fba573b59c66f#214ab27fdc3d7004f6d46e0aa89fba573b59c66f" +source = "git+https://github.com/matrix-construct/ruma?rev=ff66bdd9975152f0382d753120dddddf3577ad51#ff66bdd9975152f0382d753120dddddf3577ad51" dependencies = [ "as_variant", "base64", @@ -3762,7 +3762,7 @@ dependencies = [ [[package]] name = "ruma-events" version = "0.31.0" -source = "git+https://github.com/matrix-construct/ruma?rev=214ab27fdc3d7004f6d46e0aa89fba573b59c66f#214ab27fdc3d7004f6d46e0aa89fba573b59c66f" +source = "git+https://github.com/matrix-construct/ruma?rev=ff66bdd9975152f0382d753120dddddf3577ad51#ff66bdd9975152f0382d753120dddddf3577ad51" dependencies = [ "as_variant", "indexmap", @@ -3789,7 +3789,7 @@ dependencies = [ [[package]] name = "ruma-federation-api" version = "0.12.0" -source = "git+https://github.com/matrix-construct/ruma?rev=214ab27fdc3d7004f6d46e0aa89fba573b59c66f#214ab27fdc3d7004f6d46e0aa89fba573b59c66f" +source = "git+https://github.com/matrix-construct/ruma?rev=ff66bdd9975152f0382d753120dddddf3577ad51#ff66bdd9975152f0382d753120dddddf3577ad51" dependencies = [ "bytes", "headers", @@ -3812,7 +3812,7 @@ dependencies = [ [[package]] name = "ruma-identifiers-validation" version = "0.11.0" -source = "git+https://github.com/matrix-construct/ruma?rev=214ab27fdc3d7004f6d46e0aa89fba573b59c66f#214ab27fdc3d7004f6d46e0aa89fba573b59c66f" +source = "git+https://github.com/matrix-construct/ruma?rev=ff66bdd9975152f0382d753120dddddf3577ad51#ff66bdd9975152f0382d753120dddddf3577ad51" dependencies = [ "js_int", "thiserror 2.0.17", @@ -3821,7 +3821,7 @@ dependencies = [ [[package]] name = "ruma-macros" version = "0.16.0" -source = "git+https://github.com/matrix-construct/ruma?rev=214ab27fdc3d7004f6d46e0aa89fba573b59c66f#214ab27fdc3d7004f6d46e0aa89fba573b59c66f" +source = "git+https://github.com/matrix-construct/ruma?rev=ff66bdd9975152f0382d753120dddddf3577ad51#ff66bdd9975152f0382d753120dddddf3577ad51" dependencies = [ "cfg-if", "proc-macro-crate", @@ -3836,7 +3836,7 @@ dependencies = [ [[package]] name = "ruma-push-gateway-api" version = "0.12.0" -source = "git+https://github.com/matrix-construct/ruma?rev=214ab27fdc3d7004f6d46e0aa89fba573b59c66f#214ab27fdc3d7004f6d46e0aa89fba573b59c66f" +source = "git+https://github.com/matrix-construct/ruma?rev=ff66bdd9975152f0382d753120dddddf3577ad51#ff66bdd9975152f0382d753120dddddf3577ad51" dependencies = [ "js_int", "ruma-common", @@ -3848,7 +3848,7 @@ dependencies = [ [[package]] name = "ruma-signatures" version = "0.18.0" -source = "git+https://github.com/matrix-construct/ruma?rev=214ab27fdc3d7004f6d46e0aa89fba573b59c66f#214ab27fdc3d7004f6d46e0aa89fba573b59c66f" +source = "git+https://github.com/matrix-construct/ruma?rev=ff66bdd9975152f0382d753120dddddf3577ad51#ff66bdd9975152f0382d753120dddddf3577ad51" dependencies = [ "base64", "ed25519-dalek", diff --git a/Cargo.toml b/Cargo.toml index 999f019e..a93c34a8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -327,7 +327,7 @@ default-features = false [workspace.dependencies.ruma] git = "https://github.com/matrix-construct/ruma" -rev = "214ab27fdc3d7004f6d46e0aa89fba573b59c66f" +rev = "ff66bdd9975152f0382d753120dddddf3577ad51" features = [ "__compat", "appservice-api-c", diff --git a/src/service/mod.rs b/src/service/mod.rs index 3964809d..45627b60 100644 --- a/src/service/mod.rs +++ b/src/service/mod.rs @@ -1,3 +1,4 @@ +#![recursion_limit = "256"] #![type_length_limit = "98304"] #![allow(refining_impl_trait)]