Skip to content

Commit

Permalink
build(deps): bump indexmap from 2.5.0 to 2.7.0
Browse files Browse the repository at this point in the history
Bumps [indexmap](https://github.com/indexmap-rs/indexmap) from 2.5.0 to 2.7.0.
- [Changelog](https://github.com/indexmap-rs/indexmap/blob/master/RELEASES.md)
- [Commits](indexmap-rs/indexmap@2.5.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]>
  • Loading branch information
dependabot[bot] authored Dec 3, 2024
1 parent 53521fd commit 3aae7ce
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 6 deletions.
16 changes: 11 additions & 5 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ categories = ["command-line-utilities"]
color-eyre = "0.6.3"
crossterm = "0.28.1"
eyre = "0.6.12"
indexmap = { version = "2.5.0", features = ["serde"] }
indexmap = { version = "2.7.0", features = ["serde"] }
parse-display = "0.10.0"
rustc-hash = "2.0.0"
serde = { version = "1.0.210", features = ["derive"] }
Expand Down

0 comments on commit 3aae7ce

Please sign in to comment.