Update Rust crate serde_yaml to 0.9.25
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-21 00:29:19 +00:00
parent 05dec6a5d8
commit 22fbd0ce94
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.24"
version = "0.9.25"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bd5f51e3fdb5b9cdd1577e1cb7a733474191b1aca6a72c2e50913241632c1180"
checksum = "1a49e178e4452f45cb61d0cd8cebc1b0fafd3e41929e996cef79aa3aca91f574"
dependencies = [
"indexmap 2.0.0",
"itoa",