diff --git a/Cargo.toml b/Cargo.toml index 94d3ef1..85cf314 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,7 +12,7 @@ http = "1.2.0" matrix-sdk = { git = "https://github.com/matrix-org/matrix-rust-sdk.git", rev = "cbb92cacce1d16673a949204e4f88b78e9917026", default-features = false, features = ["rustls-tls"] } regex = "1.11.1" ruma = { version = "0.10.1", features = ["events"] } -ruma-common = "0.13.0" +ruma-common = "0.15.0" serde = { version = "1.0.217", features = ["derive"] } thiserror = "2.0.9" tokio = "1.42.0"