chore: Update serde dependency

This commit is contained in:
Kévin Commaille 2023-06-17 14:17:35 +02:00 committed by Kévin Commaille
parent 2c8ece6bf2
commit df0eee30e1

View File

@ -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"