From 571581ce09105f0682573bcc3c7d285a6e2c1b65 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 31 May 2024 17:27:26 +0000 Subject: [PATCH] build(deps): update rust crate yaml-rust2 to 0.8.1 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a8b2a7c69..cb5a89a01 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3648,9 +3648,9 @@ dependencies = [ [[package]] name = "yaml-rust2" -version = "0.8.0" +version = "0.8.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "498f4d102a79ea1c9d4dd27573c0fc96ad74c023e8da38484e47883076da25fb" +checksum = "8902160c4e6f2fb145dbe9d6760a75e3c9522d8bf796ed7047c85919ac7115f8" dependencies = [ "arraydeque", "encoding_rs", diff --git a/Cargo.toml b/Cargo.toml index c33b42316..ba23828b8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -87,7 +87,7 @@ unicode-width = "0.1.12" urlencoding = "2.1.3" versions = "6.2.0" which = "6.0.1" -yaml-rust2 = "0.8.0" +yaml-rust2 = "0.8.1" process_control = { version = "4.1.0", features = ["crossbeam-channel"] }