diff --git a/Cargo.lock b/Cargo.lock index b8eb756..822b89b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -490,15 +490,14 @@ dependencies = [ [[package]] name = "parse-changelog" -version = "0.6.5" +version = "0.6.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "237929abf4444ddd517e8ce3ecce365736e25a5b597105f414942fcd6065ad7a" +checksum = "0823752952778b65c46fb05f9dc0516d29ee9007b8733db0d59337e1acb32265" dependencies = [ "anyhow", "indexmap 2.2.2", "lexopt", "memchr", - "once_cell", "regex", "serde", "serde_derive", diff --git a/Cargo.toml b/Cargo.toml index 86ca36e..5e591b6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -38,7 +38,7 @@ thiserror = "1.0.58" pathdiff = { version = "0.2.1", features = ["camino"] } itertools = "0.12.1" url = "2.5.0" -parse-changelog = "0.6.5" +parse-changelog = "0.6.8" # The profile that 'cargo dist' will build with [profile.dist]