1
1
mirror of https://github.com/orhun/git-cliff.git synced 2024-09-11 06:55:38 +03:00

chore(deps): bump indexmap from 2.2.5 to 2.2.6 (#578)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2024-03-26 13:37:05 +03:00 committed by GitHub
parent 322fdbad70
commit 462c0e52da
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -1094,9 +1094,9 @@ dependencies = [
[[package]]
name = "indexmap"
version = "2.2.5"
version = "2.2.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7b0b929d511467233429c45a44ac1dcaa21ba0f5ba11e4879e6ed28ddb4f9df4"
checksum = "168fb715dda47215e360912c096649d23d58bf392ac62f73919e831745e40f26"
dependencies = [
"equivalent",
"hashbrown",

View File

@ -40,7 +40,7 @@ serde = { version = "1.0.197", features = ["derive"] }
serde_json = "1.0.114"
serde_regex = "1.1.0"
tera = "1.19.1"
indexmap = { version = "2.2.5", optional = true }
indexmap = { version = "2.2.6", optional = true }
toml = "0.8.12"
lazy-regex = "3.1.0"
next_version = "0.2.15"