chore: bump indexmap from 1.4.0 to 1.5.1

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2020-08-10 08:02:20 +00:00
committed by Michael Vines
parent 97e53f867f
commit 191a2eb088
3 changed files with 14 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.4.0"
indexmap = "1.5.1"
indicatif = "0.15.0"
pickledb = "0.4.1"
serde = { version = "1.0", features = ["derive"] }