Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and jpgrayson committed Jul 4, 2023
1 parent 68e632b commit 57afe63
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 5 deletions.
14 changes: 10 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 @@ -35,7 +35,7 @@ ctrlc = "3.4"
encoding_rs = "0.8"
flate2 = "1"
gix = { version = "0.48", default-features = false, features = [] }
indexmap = "1.9"
indexmap = "2.0"
is-terminal = "0.4"
nom = { version = "7", default_features = false, features = [ "std" ] }
serde = { version = "1.0", features = ["derive"] }
Expand Down

0 comments on commit 57afe63

Please sign in to comment.