build(deps): update rust crate yaml-rust2 to 0.10.3 (#6790)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2025-06-14 21:33:50 +00:00
committed by GitHub
parent 9f922105b1
commit 66c1597252
2 changed files with 3 additions and 3 deletions
Generated
+2 -2
View File
@@ -4308,9 +4308,9 @@ checksum = "ea2f10b9bb0928dfb1b42b65e1f9e36f7f54dbdf08457afefb38afcdec4fa2bb"
[[package]]
name = "yaml-rust2"
version = "0.10.2"
version = "0.10.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "18b783b2c2789414f8bb84ca3318fc9c2d7e7be1c22907d37839a58dedb369d3"
checksum = "4ce2a4ff45552406d02501cea6c18d8a7e50228e7736a872951fe2fe75c91be7"
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.0", default-features = false }
yaml-rust2 = "0.10.2"
yaml-rust2 = "0.10.3"
guess_host_triple = "0.1.4"
home = "0.5.11"