From c10cbe9ee1eeb0b8c879913a304c888cf9c50f31 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 26 Mar 2025 15:41:18 +0000 Subject: [PATCH] build(deps): update rust crate yaml-rust2 to 0.10.1 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e187b20e0..3d01fd651 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4153,9 +4153,9 @@ dependencies = [ [[package]] name = "yaml-rust2" -version = "0.10.0" +version = "0.10.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "232bdb534d65520716bef0bbb205ff8f2db72d807b19c0bc3020853b92a0cd4b" +checksum = "818913695e83ece1f8d2a1c52d54484b7b46d0f9c06beeb2649b9da50d9b512d" dependencies = [ "arraydeque", "encoding_rs", diff --git a/Cargo.toml b/Cargo.toml index 91c39d6b3..8781f95a4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -89,7 +89,7 @@ urlencoding = "2.1.3" versions = "7.0.0" which = "7.0.2" whoami = { version = "1.6.0", default-features = false } -yaml-rust2 = "0.10.0" +yaml-rust2 = "0.10.1" guess_host_triple = "0.1.4" home = "0.5.11"