Update Rust crate serde_yaml to 0.9.18
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 15:04:14 +00:00
parent 05d56931ff
commit a7d0c6c74b
2 changed files with 5 additions and 5 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.93"
serde_yaml = "0.9.17"
serde_yaml = "0.9.18"