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

This commit is contained in:
2023-03-05 21:49:02 +00:00
parent f20be24aff
commit ca713db61b
2 changed files with 3 additions and 3 deletions

View File

@@ -9,4 +9,4 @@ edition = "2021"
anyhow = { version = "1.0.69", features = ["backtrace"] }
serde = { version = "1.0.152", features = ["derive"] }
serde_json = "1.0.94"
serde_yaml = "0.9.18"
serde_yaml = "0.9.19"