diff --git a/Cargo.toml b/Cargo.toml index 33fabc8..d331f28 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,7 +17,7 @@ clap = { version = "4.5.23", features = ["derive", "env"] } dotenvy = { version = "0.15.7" } url = { version = "2.5.0" } serde_yaml = { version = "0.9.34+deprecated" } -yaml-rust2 = { version = "0.8.0" } +yaml-rust2 = { version = "0.9.0" } serde = { version = "1", features = ["derive"] } semver = "1.0.22" conventional_commit_parser = "0.9.4"