From f8f4008fe3c2fc3d0814d25a1e1e7571d426a2ed Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 May 2024 17:51:10 +0000 Subject: [PATCH] chore(deps): bump parse-changelog from 0.6.5 to 0.6.8 Bumps [parse-changelog](https://github.com/taiki-e/parse-changelog) from 0.6.5 to 0.6.8. - [Release notes](https://github.com/taiki-e/parse-changelog/releases) - [Changelog](https://github.com/taiki-e/parse-changelog/blob/main/CHANGELOG.md) - [Commits](https://github.com/taiki-e/parse-changelog/compare/v0.6.5...v0.6.8) --- updated-dependencies: - dependency-name: parse-changelog dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 5 ++--- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 4 deletions(-) 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]