Update indexmap requirement from ~1.5 to ~1.7

Updates the requirements on [indexmap](https://github.com/bluss/indexmap) to permit the latest version.
- [Release notes](https://github.com/bluss/indexmap/releases)
- [Commits](https://github.com/bluss/indexmap/compare/1.5.0...1.7.0)

---
updated-dependencies:
- dependency-name: indexmap
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2021-07-02 21:30:48 +00:00 committed by GitHub
parent 8446a1bc4a
commit ffaba698e0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 4 additions and 4 deletions

View file

@ -11,7 +11,7 @@ path = "lib.rs"
chrono = { version = "~0.4", features = ["serde"] }
enum-set = "~0.0.8"
lazy_static = "~1.4"
indexmap = "~1.5"
indexmap = "~1.7"
ordered-float = { version = "~2.5", features = ["serde"] }
uuid = { version = "~0.8", features = ["v4", "serde"] }
serde = { version = "~1.0", features = ["rc"] }

View file

@ -7,7 +7,7 @@ workspace = ".."
chrono = { version = "~0.4", features = ["serde"] }
enum-set = "~0.0"
failure = "~0.1"
indexmap = "~1.5"
indexmap = "~1.7"
ordered-float = { version = "~2.5", features = ["serde"] }
uuid = { version = "~0.8", features = ["v4", "serde"] }

View file

@ -10,7 +10,7 @@ syncable = ["serde", "serde_json", "serde_derive"]
[dependencies]
failure = "~0.1"
indexmap = "~1.5"
indexmap = "~1.7"
itertools = "~0.9"
lazy_static = "~1.4"
log = "~0.4"

View file

@ -8,7 +8,7 @@ sqlcipher = ["rusqlite/sqlcipher"]
[dependencies]
failure = "~0.1"
indexmap = "~1.5"
indexmap = "~1.7"
[dependencies.rusqlite]
version = "~0.24"