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

This commit is contained in:
2023-10-26 06:05:09 +00:00
parent c54980fa1b
commit 8f7dcf51ab
2 changed files with 3 additions and 3 deletions

View File

@@ -9,4 +9,4 @@ edition = "2021"
anyhow = { version = "1.0.75", features = ["backtrace"] }
serde = { version = "1.0.190", features = ["derive"] }
serde_json = "1.0.107"
serde_yaml = "0.9.26"
serde_yaml = "0.9.27"