build(deps): update rust crate yaml-rust2 to 0.10.1

This commit is contained in:
renovate[bot]
2025-03-26 15:41:18 +00:00
committed by GitHub
parent 00c460c501
commit c10cbe9ee1
2 changed files with 3 additions and 3 deletions
Generated
+2 -2
View File
@@ -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",
+1 -1
View File
@@ -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"