From 8c074d1cf91a849b53964b9146b9a050dca28dde Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 14 Feb 2024 22:25:47 +0000 Subject: [PATCH] fix(deps): update rust crate serde_json to 1.0.113 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index a19c834c..44815ee6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -40,7 +40,7 @@ http = "0.2.11" # Used to find data directory for default db path directories = "5.0.1" # Used for ruma wrapper -serde_json = { version = "1.0.111", features = ["raw_value"] } +serde_json = { version = "1.0.113", features = ["raw_value"] } # Used for appservice registration files serde_yaml = "0.9.30" # Used for pdu definition