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

This commit is contained in:
2023-07-18 00:08:14 +00:00
parent be7c6beb59
commit f57104d53a
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -2611,9 +2611,9 @@ dependencies = [
[[package]]
name = "serde_yaml"
version = "0.9.22"
version = "0.9.24"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "452e67b9c20c37fa79df53201dc03839651086ed9bbe92b3ca585ca9fdaa7d85"
checksum = "bd5f51e3fdb5b9cdd1577e1cb7a733474191b1aca6a72c2e50913241632c1180"
dependencies = [
"indexmap 2.0.0",
"itoa",