Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Mar 6, 2024
1 parent 8feb04f commit 442660c
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.52"
features = ["full"]

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

[dev-dependencies]
Expand Down

0 comments on commit 442660c

Please sign in to comment.