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:
parent
8446a1bc4a
commit
ffaba698e0
4 changed files with 4 additions and 4 deletions
|
@ -11,7 +11,7 @@ path = "lib.rs"
|
||||||
chrono = { version = "~0.4", features = ["serde"] }
|
chrono = { version = "~0.4", features = ["serde"] }
|
||||||
enum-set = "~0.0.8"
|
enum-set = "~0.0.8"
|
||||||
lazy_static = "~1.4"
|
lazy_static = "~1.4"
|
||||||
indexmap = "~1.5"
|
indexmap = "~1.7"
|
||||||
ordered-float = { version = "~2.5", features = ["serde"] }
|
ordered-float = { version = "~2.5", features = ["serde"] }
|
||||||
uuid = { version = "~0.8", features = ["v4", "serde"] }
|
uuid = { version = "~0.8", features = ["v4", "serde"] }
|
||||||
serde = { version = "~1.0", features = ["rc"] }
|
serde = { version = "~1.0", features = ["rc"] }
|
||||||
|
|
|
@ -7,7 +7,7 @@ workspace = ".."
|
||||||
chrono = { version = "~0.4", features = ["serde"] }
|
chrono = { version = "~0.4", features = ["serde"] }
|
||||||
enum-set = "~0.0"
|
enum-set = "~0.0"
|
||||||
failure = "~0.1"
|
failure = "~0.1"
|
||||||
indexmap = "~1.5"
|
indexmap = "~1.7"
|
||||||
ordered-float = { version = "~2.5", features = ["serde"] }
|
ordered-float = { version = "~2.5", features = ["serde"] }
|
||||||
uuid = { version = "~0.8", features = ["v4", "serde"] }
|
uuid = { version = "~0.8", features = ["v4", "serde"] }
|
||||||
|
|
||||||
|
|
|
@ -10,7 +10,7 @@ syncable = ["serde", "serde_json", "serde_derive"]
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
failure = "~0.1"
|
failure = "~0.1"
|
||||||
indexmap = "~1.5"
|
indexmap = "~1.7"
|
||||||
itertools = "~0.9"
|
itertools = "~0.9"
|
||||||
lazy_static = "~1.4"
|
lazy_static = "~1.4"
|
||||||
log = "~0.4"
|
log = "~0.4"
|
||||||
|
|
|
@ -8,7 +8,7 @@ sqlcipher = ["rusqlite/sqlcipher"]
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
failure = "~0.1"
|
failure = "~0.1"
|
||||||
indexmap = "~1.5"
|
indexmap = "~1.7"
|
||||||
|
|
||||||
[dependencies.rusqlite]
|
[dependencies.rusqlite]
|
||||||
version = "~0.24"
|
version = "~0.24"
|
||||||
|
|
Loading…
Reference in a new issue