summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2021-06-30 21:29:46 +0200
committerGitHub <noreply@github.com>2021-06-30 21:29:46 +0200
commita123df24dcd4b360c71b92a661b8c405dcbcbd62 (patch)
tree754dbe5ba48e4597441bcdcc63d6cb2d1e1aa78d /Cargo.toml
parent526c8b46df90bb000a9d0036528e8fa63df8043a (diff)
build: bump indexmap from 1.6.2 to 1.7.0 (#2839)
Bumps [indexmap](https://github.com/bluss/indexmap) from 1.6.2 to 1.7.0. - [Release notes](https://github.com/bluss/indexmap/releases) - [Commits](https://github.com/bluss/indexmap/compare/1.6.2...1.7.0) --- updated-dependencies: - dependency-name: indexmap dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
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"