Update indexmap dependency.
This commit is contained in:
parent
286155a18a
commit
fa3091d078
4 changed files with 4 additions and 4 deletions
|
@ -11,7 +11,7 @@ path = "lib.rs"
|
|||
chrono = { version = "0.4", features = ["serde"] }
|
||||
enum-set = "0.0.8"
|
||||
lazy_static = "1.4.0"
|
||||
indexmap = "1"
|
||||
indexmap = "1.3.1"
|
||||
ordered-float = { version = "1.0.2", features = ["serde"] }
|
||||
uuid = { version = "0.8", features = ["v4", "serde"] }
|
||||
serde = { version = "1.0", features = ["rc"] }
|
||||
|
|
|
@ -7,7 +7,7 @@ workspace = ".."
|
|||
chrono = { version = "0.4", features = ["serde"] }
|
||||
enum-set = "0.0.8"
|
||||
failure = "0.1.1"
|
||||
indexmap = "1"
|
||||
indexmap = "1.3.1"
|
||||
ordered-float = { version = "1.0.2", features = ["serde"] }
|
||||
uuid = { version = "0.8", features = ["v4", "serde"] }
|
||||
|
||||
|
|
|
@ -10,7 +10,7 @@ syncable = ["serde", "serde_json", "serde_derive"]
|
|||
|
||||
[dependencies]
|
||||
failure = "0.1.6"
|
||||
indexmap = "1"
|
||||
indexmap = "1.3.1"
|
||||
itertools = "0.8"
|
||||
lazy_static = "1.4.0"
|
||||
log = "0.4"
|
||||
|
|
|
@ -8,7 +8,7 @@ sqlcipher = ["rusqlite/sqlcipher"]
|
|||
|
||||
[dependencies]
|
||||
failure = "0.1.1"
|
||||
indexmap = "1"
|
||||
indexmap = "1.3.1"
|
||||
|
||||
[dependencies.rusqlite]
|
||||
version = "0.21"
|
||||
|
|
Loading…
Reference in a new issue