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

This commit is contained in:
2022-08-17 00:28:21 +00:00
parent 15665f3c85
commit 908d79856f
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -2212,9 +2212,9 @@ dependencies = [
[[package]]
name = "serde_yaml"
version = "0.9.4"
version = "0.9.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "79b7c9017c64a49806c6e8df8ef99b92446d09c92457f85f91835b01a8064ae0"
checksum = "f50845f68d5c693aac7d72a25415ddd21cb8182c04eafe447b73af55a05f9e1b"
dependencies = [
"indexmap",
"itoa",