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:
Mark Watts 2021-07-02 19:44:34 -04:00 committed by GitHub
commit 614ce63e2b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View file

@ -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"

View file

@ -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"

View file

@ -19,4 +19,4 @@ path = "../core-traits"
path = "../query-algebrizer-traits"
[dev-dependencies]
itertools = "~0.9"
itertools = "~0.10"