Merge pull request #13 from mwatts/dependabot/cargo/itertools-approx-0.10
Update itertools requirement from ~0.9 to ~0.10
This commit is contained in:
commit
614ce63e2b
3 changed files with 3 additions and 3 deletions
|
@ -11,7 +11,7 @@ syncable = ["serde", "serde_json", "serde_derive"]
|
|||
[dependencies]
|
||||
failure = "~0.1"
|
||||
indexmap = "~1.7"
|
||||
itertools = "~0.9"
|
||||
itertools = "~0.10"
|
||||
lazy_static = "~1.4"
|
||||
log = "~0.4"
|
||||
ordered-float = "~2.5"
|
||||
|
|
|
@ -11,7 +11,7 @@ readme = "./README.md"
|
|||
|
||||
[dependencies]
|
||||
chrono = "~0.4"
|
||||
itertools = "~0.9"
|
||||
itertools = "~0.10"
|
||||
num = "~0.4"
|
||||
ordered-float = "~2.5"
|
||||
pretty = "~0.10"
|
||||
|
|
|
@ -19,4 +19,4 @@ path = "../core-traits"
|
|||
path = "../query-algebrizer-traits"
|
||||
|
||||
[dev-dependencies]
|
||||
itertools = "~0.9"
|
||||
itertools = "~0.10"
|
||||
|
|
Loading…
Reference in a new issue