From c66fa14002d28a27a8f783be21b18d99b68c8a31 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 14 Feb 2024 22:28:59 +0000 Subject: [PATCH] fix(deps): update rust crate serde_yaml to 0.9.31 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 44815ee6..fdc122da 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -42,7 +42,7 @@ directories = "5.0.1" # Used for ruma wrapper serde_json = { version = "1.0.113", features = ["raw_value"] } # Used for appservice registration files -serde_yaml = "0.9.30" +serde_yaml = "0.9.31" # Used for pdu definition serde = { version = "1.0.196", features = ["rc"] } # Used for secure identifiers