aboutsummaryrefslogtreecommitdiff
path: root/rtic-macros
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-06-26 17:00:38 +0000
committerEmil Fresk <emil.fresk@gmail.com>2023-06-30 06:25:20 +0000
commitbfa3214f2fd052002183e923a2919f5dd2937b50 (patch)
treedd53808b5a589fb9e6d8eea49172dc54d9be91fd /rtic-macros
parent5c4e4365e4ac7f8c45f2e7b6eb71ccbcc3cd6a45 (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.toml2
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"