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

This commit is contained in:
renovate[bot] 2024-05-31 17:27:26 +00:00 committed by GitHub
parent cb5eb2ed19
commit 571581ce09
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View file

@ -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",

View file

@ -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"] }