diff --git a/Cargo.toml b/Cargo.toml index e2ea4b8..4c2e79e 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.14.1" serde = { version = "1.0.216", features = ["derive"] } thiserror = "2.0.7" tokio = "1.42.0"