From ac3a3a84e234e616211db6f3d24f4fdaf328b025 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 20 Feb 2024 03:22:37 +0000 Subject: [PATCH] fix(deps): update rust crate serde_json to 1.0.114 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c86a75da..25690f71 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2442,9 +2442,9 @@ dependencies = [ [[package]] name = "serde_json" -version = "1.0.113" +version = "1.0.114" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "69801b70b1c3dac963ecb03a364ba0ceda9cf60c71cfe475e99864759c8b8a79" +checksum = "c5f09b1bd632ef549eaa9f60a1f8de742bdbc698e6cee2095fc84dde5f549ae0" dependencies = [ "itoa", "ryu", diff --git a/Cargo.toml b/Cargo.toml index 2f3539a6..2c545611 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -38,7 +38,7 @@ tokio = { version = "1.36.0", features = ["fs", "macros", "signal", "sync"] } bytes = "1.5.0" http = "0.2.11" # Used for ruma wrapper -serde_json = { version = "1.0.113", features = ["raw_value"] } +serde_json = { version = "1.0.114", features = ["raw_value"] } # Used for appservice registration files serde_yaml = "0.9.32" # Used for pdu definition