Update itertools requirement from ~0.9 to ~0.10
Updates the requirements on [itertools](https://github.com/rust-itertools/itertools) to permit the latest version. - [Release notes](https://github.com/rust-itertools/itertools/releases) - [Changelog](https://github.com/rust-itertools/itertools/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-itertools/itertools/compare/v0.9.0...v0.10.1) --- updated-dependencies: - dependency-name: itertools dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
abcdad5976
commit
8e8e7b9739
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