Skip to content

Commit 285da0c

Browse files
dependabot[bot]iamjpotts
authored andcommitted
Update itertools requirement from 0.11 to 0.12
Updates the requirements on [itertools](https://github.com/rust-itertools/itertools) to permit the latest version. - [Changelog](https://github.com/rust-itertools/itertools/blob/master/CHANGELOG.md) - [Commits](rust-itertools/itertools@v0.11.0...v0.12.0) --- updated-dependencies: - dependency-name: itertools dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent f51d4d3 commit 285da0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ url = "2.3"
3333
[dev-dependencies]
3434
backoff = { version = "0.4", features = ["futures", "tokio"] }
3535
http = "0.2"
36-
itertools = "0.11"
36+
itertools = "0.12"
3737
mockito = "1.0"
3838
native-tls = "0.2"
3939
openssl = "0.10"

0 commit comments

Comments
 (0)