aboutsummaryrefslogtreecommitdiff
path: root/rtic-macros
diff options
context:
space:
mode:
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"