build(deps): update rust crate yaml-rust2 to 0.10.4 (#6979)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2025-09-15 05:51:06 +00:00
committed by GitHub
parent 58d9e448a4
commit 89567bd527
2 changed files with 3 additions and 3 deletions
Generated
+2 -2
View File
@@ -4423,9 +4423,9 @@ checksum = "ea2f10b9bb0928dfb1b42b65e1f9e36f7f54dbdf08457afefb38afcdec4fa2bb"
[[package]]
name = "yaml-rust2"
version = "0.10.3"
version = "0.10.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4ce2a4ff45552406d02501cea6c18d8a7e50228e7736a872951fe2fe75c91be7"
checksum = "2462ea039c445496d8793d052e13787f2b90e750b833afee748e601c17621ed9"
dependencies = [
"arraydeque",
"encoding_rs",
+1 -1
View File
@@ -83,7 +83,7 @@ urlencoding = "2.1.3"
versions = "7.0.0"
which = "8.0.0"
whoami = { version = "1.6.1", default-features = false }
yaml-rust2 = "0.10.3"
yaml-rust2 = "0.10.4"
guess_host_triple = "0.1.5"
home = "0.5.11"