From 837e087c78e45aaac8f3263e114de0511737a5f8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 19 Feb 2024 07:08:01 +0000 Subject: [PATCH] fix(deps): update rust crate serde_yaml to 0.9.32 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 5f37b0bd..76cf480a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2543,9 +2543,9 @@ dependencies = [ [[package]] name = "serde_yaml" -version = "0.9.31" +version = "0.9.32" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "adf8a49373e98a4c5f0ceb5d05aa7c648d75f63774981ed95b7c7443bbd50c6e" +checksum = "8fd075d994154d4a774f95b51fb96bdc2832b0ea48425c92546073816cda1f2f" dependencies = [ "indexmap", "itoa", diff --git a/Cargo.toml b/Cargo.toml index befa5e19..8d7275af 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.31" +serde_yaml = "0.9.32" # Used for pdu definition serde = { version = "1.0.196", features = ["rc"] } # Used for secure identifiers