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

This commit is contained in:
2024-01-29 03:34:17 +00:00
parent 9b7f8e507f
commit 37e8da8c7e
2 changed files with 7 additions and 7 deletions

View File

@@ -9,4 +9,4 @@ edition = "2021"
anyhow = { version = "1.0.79", features = ["backtrace"] }
serde = { version = "1.0.196", features = ["derive"] }
serde_json = "1.0.112"
serde_yaml = "0.9.30"
serde_yaml = "0.9.31"