From c036e07d97a5fa9f0d2720a38efda4508fb62d1a Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 21 Dec 2023 21:17:15 +0000 Subject: [PATCH] Update Rust crate serde_yaml to 0.9.29 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ba400d8..1104e5d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2255,9 +2255,9 @@ dependencies = [ [[package]] name = "serde_yaml" -version = "0.9.28" +version = "0.9.29" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9269cfafc7e0257ee4a42f3f68a307f458c63d9e7c8ba4b58c5d15f1b7d7e8d3" +checksum = "a15e0ef66bf939a7c890a0bf6d5a733c70202225f9888a89ed5c62298b019129" dependencies = [ "indexmap 2.1.0", "itoa", diff --git a/Cargo.toml b/Cargo.toml index ba845e2..6627b81 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -45,7 +45,7 @@ sentry-tower = "0.32.1" sentry-tracing = "0.32.1" serde = { version = "1.0.193", features = ["derive"] } serde_json = "1.0.108" -serde_yaml = "0.9.28" +serde_yaml = "0.9.29" tokio = { version = "1.35.1", features = ["full"] } tonic = { version = "0.10.2", features = ["tls"] } tonic-health = "0.10.2"