diff --git a/Cargo.toml b/Cargo.toml index cc41f63..e4f6227 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -35,5 +35,5 @@ pretty_env_logger = "0.4.0" schemars = "0.8.10" serde = { version = "1.0.140", features = ["derive"] } serde_json = "1.0.82" -serde_yaml = "0.8.24" +serde_yaml = "0.9.0" subprocess = "0.2.9"