diff --git a/Cargo.toml b/Cargo.toml index 94d3ef1..8366483 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,7 +13,7 @@ matrix-sdk = { git = "https://github.com/matrix-org/matrix-rust-sdk.git", rev = regex = "1.11.1" ruma = { version = "0.10.1", features = ["events"] } ruma-common = "0.13.0" -serde = { version = "1.0.217", features = ["derive"] } +serde = { version = "1.0.228", features = ["derive"] } thiserror = "2.0.9" tokio = "1.42.0" tracing = "0.1.41"