summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 1d150115a..1a2ad5e66 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -62,7 +62,7 @@ term_size = "0.3.2"
quick-xml = "0.22.0"
rand = "0.8.4"
serde = { version = "1.0.126", features = ["derive"] }
-indexmap = { version ="1.6.2", features = ["serde"] }
+indexmap = { version ="1.7.0", features = ["serde"] }
notify-rust = { version = "4.5.1", optional = true }
semver = "1.0.3"
which = "4.1.0"