Skip to content

Commit

Permalink
Bump indexmap from 2.6.0 to 2.7.0 (#268)
Browse files Browse the repository at this point in the history
Bumps [indexmap](https://github.com/indexmap-rs/indexmap) from 2.6.0 to 2.7.0.
- [Changelog](https://github.com/indexmap-rs/indexmap/blob/master/RELEASES.md)
- [Commits](indexmap-rs/indexmap@2.6.0...2.7.0)

---
updated-dependencies:
- dependency-name: indexmap
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Dec 6, 2024
1 parent 5c6cd75 commit 631289c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion crates/voicevox/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ workspace = true
workspace = true

[dependencies.indexmap]
version = "2.6.0"
version = "2.7.0"
features = ["serde"]

[dependencies.serde]
Expand Down
2 changes: 1 addition & 1 deletion seitai/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ workspace = true
workspace = true

[dependencies.indexmap]
version = "2.6.0"
version = "2.7.0"
features = ["serde"]

[dependencies.lazy-regex]
Expand Down

0 comments on commit 631289c

Please sign in to comment.