From c2ff112d6c2714d1cb3f1252a1b08031d36d1572 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 19 Feb 2024 06:02:34 +0000 Subject: [PATCH] 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 326bd18..1f3f173 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2349,9 +2349,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 2.2.1", "itoa", diff --git a/Cargo.toml b/Cargo.toml index fb3699e..4f8ba88 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -45,7 +45,7 @@ sentry-tower = "0.32.2" sentry-tracing = "0.32.2" serde = { version = "1.0.196", features = ["derive"] } serde_json = "1.0.113" -serde_yaml = "0.9.31" +serde_yaml = "0.9.32" tokio = { version = "1.36.0", features = ["full"] } tonic = { version = "0.10.2", features = ["tls"] } tonic-health = "0.10.2"