chore(deps): update rust crate parse-changelog to 0.6.2
This commit is contained in:
parent
d287a54cdf
commit
4276f4529c
4
Cargo.lock
generated
4
Cargo.lock
generated
@ -1637,9 +1637,9 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "parse-changelog"
|
name = "parse-changelog"
|
||||||
version = "0.6.1"
|
version = "0.6.2"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "39a24196a65fc15a0a747df8c041abc5a009f2c09c550b0a14f7eeb0c10255ef"
|
checksum = "4b9325ebdf7f45ff257f87e1ab938263ec03abfc5495f02d5445224b56c055a7"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"anyhow",
|
"anyhow",
|
||||||
"indexmap 2.0.0",
|
"indexmap 2.0.0",
|
||||||
|
@ -32,7 +32,7 @@ git-cliff-core = "1.2.0"
|
|||||||
regex = "1.9.3"
|
regex = "1.9.3"
|
||||||
chrono = "0.4.26"
|
chrono = "0.4.26"
|
||||||
lazy_static = "1.4.0"
|
lazy_static = "1.4.0"
|
||||||
parse-changelog = "0.6.1"
|
parse-changelog = "0.6.2"
|
||||||
|
|
||||||
tracing-test = "0.2"
|
tracing-test = "0.2"
|
||||||
pretty_assertions = "1.4"
|
pretty_assertions = "1.4"
|
||||||
|
Loading…
Reference in New Issue
Block a user