chore(deps): update rust crate parse-changelog to 0.6.2
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing

This commit is contained in:
Kasper Juul Hermansen 2023-08-06 10:08:44 +00:00
parent d287a54cdf
commit 4276f4529c
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -1637,9 +1637,9 @@ dependencies = [
[[package]]
name = "parse-changelog"
version = "0.6.1"
version = "0.6.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "39a24196a65fc15a0a747df8c041abc5a009f2c09c550b0a14f7eeb0c10255ef"
checksum = "4b9325ebdf7f45ff257f87e1ab938263ec03abfc5495f02d5445224b56c055a7"
dependencies = [
"anyhow",
"indexmap 2.0.0",

View File

@ -32,7 +32,7 @@ git-cliff-core = "1.2.0"
regex = "1.9.3"
chrono = "0.4.26"
lazy_static = "1.4.0"
parse-changelog = "0.6.1"
parse-changelog = "0.6.2"
tracing-test = "0.2"
pretty_assertions = "1.4"