Bump indexmap from 1.3.2 to 1.4.0

Bumps [indexmap](https://github.com/bluss/indexmap) from 1.3.2 to 1.4.0.
- [Release notes](https://github.com/bluss/indexmap/releases)
- [Commits](https://github.com/bluss/indexmap/compare/1.3.2...1.4.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot]
2020-06-02 09:18:14 +00:00
committed by Michael Vines
parent a23085ddfd
commit 8498b75d6c
3 changed files with 4 additions and 4 deletions

View File

@@ -14,7 +14,7 @@ clap = "2.33.0"
console = "0.11.3"
csv = "1.1.3"
dirs = "2.0.2"
indexmap = "1.3.2"
indexmap = "1.4.0"
indicatif = "0.14.0"
pickledb = "0.4.1"
serde = { version = "1.0", features = ["derive"] }