From 71ec1c99b624153630f6f5f1924cf89243c16008 Mon Sep 17 00:00:00 2001 From: "oxide-renovate[bot]" <146848827+oxide-renovate[bot]@users.noreply.github.com> Date: Sun, 28 Sep 2025 03:19:09 +0000 Subject: [PATCH] Update Rust crate serde to 1.0.228 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"