Skip to content

Commit

Permalink
build(deps): bump indexmap from 2.1.0 to 2.2.2
Browse files Browse the repository at this point in the history
Bumps [indexmap](https://github.com/indexmap-rs/indexmap) from 2.1.0 to 2.2.2.
- [Changelog](https://github.com/indexmap-rs/indexmap/blob/master/RELEASES.md)
- [Commits](indexmap-rs/indexmap@2.1.0...2.2.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jan 31, 2024
1 parent 8867ef2 commit 839302b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 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.2"
crossterm = "0.27.0"
eyre = "0.6.11"
indexmap = { version = "2.1.0", features = ["serde"] }
indexmap = { version = "2.2.2", features = ["serde"] }
parse-display = "0.8.2"
rustc-hash = "1.1.0"
serde = { version = "1.0.196", features = ["derive"] }
Expand Down

0 comments on commit 839302b

Please sign in to comment.