Update indexmap requirement from 1.9.2 to 2.0.0

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](https://github.com/bluss/indexmap/compare/1.9.2...2.0.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2023-06-26 17:00:38 +00:00 committed by Emil Fresk
parent 5c4e4365e4
commit bfa3214f2f

View file

@ -40,7 +40,7 @@ cortex-m-basepri = []
test-template = []
[dependencies]
indexmap = "1.9.2"
indexmap = "2.0.0"
proc-macro2 = "1.0.49"
proc-macro-error = "1.0.4"
quote = "1.0.23"