From 7908107863044c6db211165c7384857b232d4a76 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 26 Oct 2023 10:08:05 +0000 Subject: [PATCH] Update Rust crate serde_yaml to 0.9.27 (#74) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- Cargo.toml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 2058c0d..a06fd43 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1247,9 +1247,9 @@ dependencies = [ [[package]] name = "serde_yaml" -version = "0.9.25" +version = "0.9.27" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1a49e178e4452f45cb61d0cd8cebc1b0fafd3e41929e996cef79aa3aca91f574" +checksum = "3cc7a1570e38322cfe4154732e5110f887ea57e22b76f4bfd32b5bdd3368666c" dependencies = [ "indexmap 2.0.0", "itoa", diff --git a/Cargo.toml b/Cargo.toml index cddfd54..319478e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -32,7 +32,7 @@ base64 = "0.21.5" clap = { version = "4.4.7", optional = true, features = ["derive"] } octocrab = "0.31.2" serde = { version = "1.0.190", optional = true, features = ["derive"] } -serde_yaml = { version = "0.9.25", optional = true } +serde_yaml = { version = "0.9.27", optional = true } thiserror = "1.0.50" tokio = { version = "1.33.0", features = ["macros", "rt-multi-thread"] } typed-builder = "0.18.0" @@ -43,4 +43,4 @@ indoc = "2.0.4" mockito = "1.2.0" serde_json = "1.0.107" tempfile = "3.8.0" -serde_yaml = { version = "0.9.25" } +serde_yaml = { version = "0.9.27" }