Skip to content

Commit

Permalink
Update indexmap requirement from 1.6.2 to 2.0.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.6.2...2.0.2)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 13, 2023
1 parent 866805b commit e9a6979
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion parameterized-macro/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ version = "2.0.38"
features = ["full"]

[dependencies.indexmap]
version = "1.6.2"
version = "2.0.2"
default-features = false

[dev-dependencies]
Expand Down

0 comments on commit e9a6979

Please sign in to comment.