diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2023-06-26 17:00:38 +0000 |
|---|---|---|
| committer | Emil Fresk <emil.fresk@gmail.com> | 2023-06-30 06:25:20 +0000 |
| commit | bfa3214f2fd052002183e923a2919f5dd2937b50 (patch) | |
| tree | dd53808b5a589fb9e6d8eea49172dc54d9be91fd /rtic-macros | |
| parent | 5c4e4365e4ac7f8c45f2e7b6eb71ccbcc3cd6a45 (diff) | |
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>
Diffstat (limited to 'rtic-macros')
| -rw-r--r-- | rtic-macros/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rtic-macros/Cargo.toml b/rtic-macros/Cargo.toml index 62734ee..4649850 100644 --- a/rtic-macros/Cargo.toml +++ b/rtic-macros/Cargo.toml @@ -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" |
