diff --git a/Cargo.toml b/Cargo.toml index d0d4a51..13ab086 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,7 +21,7 @@ anyhow = { version = "1.0.32", optional = true } clap = { version = "3.0.0-beta.1", optional = true } conventional-commits-parser = "0.1.0" git2 = "0.13.8" -semver = "0.10.0" +semver = "1.0.4" serde = { version = "1.0.114", features = ["derive"], optional = true } serde_json = { version = "1.0.57", optional = true } thiserror = "1.0.20"