Skip to content

Commit

Permalink
Update indexmap requirement from 1 to 2
Browse files Browse the repository at this point in the history
Updates the requirements on [indexmap](https://github.com/bluss/indexmap) to permit the latest version.
- [Changelog](https://github.com/bluss/indexmap/blob/master/RELEASES.md)
- [Commits](indexmap-rs/indexmap@1.0.0...2.0.0)

---
updated-dependencies:
- dependency-name: indexmap
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and Ralith committed Jul 2, 2023
1 parent 9da3658 commit 48b5875
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion generator/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ quote = "1.0"
syn = { version = "2.0", default-features = false, features = ["derive", "printing"] }
proc-macro2 = "1.0"
heck = "0.4"
indexmap = "1"
indexmap = "2"
regex = "1.2.1"

0 comments on commit 48b5875

Please sign in to comment.