From df0eee30e1f1557cca0424306b3838639c4012f8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?K=C3=A9vin=20Commaille?= Date: Sat, 17 Jun 2023 14:17:35 +0200 Subject: [PATCH] chore: Update serde dependency --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 021f8120..1cff9f9a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -27,7 +27,7 @@ ruma-push-gateway-api = { version = "0.7.1", path = "crates/ruma-push-gateway-ap ruma-signatures = { version = "0.13.1", path = "crates/ruma-signatures" } ruma-server-util = { version = "0.1.1", path = "crates/ruma-server-util" } ruma-state-res = { version = "0.9.1", path = "crates/ruma-state-res" } -serde = { version = "1.0.147", features = ["derive"] } +serde = { version = "1.0.164", features = ["derive"] } serde_html_form = "0.2.0" serde_json = "1.0.87" thiserror = "1.0.37"