Update Rust crate serde_yaml to 0.9.29
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing

This commit is contained in:
2023-12-22 00:15:36 +00:00
parent b88ff0340c
commit 5f6f2c02ad
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -2615,9 +2615,9 @@ dependencies = [
[[package]]
name = "serde_yaml"
version = "0.9.28"
version = "0.9.29"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9269cfafc7e0257ee4a42f3f68a307f458c63d9e7c8ba4b58c5d15f1b7d7e8d3"
checksum = "a15e0ef66bf939a7c890a0bf6d5a733c70202225f9888a89ed5c62298b019129"
dependencies = [
"indexmap 2.0.0",
"itoa",