Skip to content

Commit 6a2dae6

Browse files
authored
Rollup merge of #94617 - pierwill:update-itertools, r=Mark-Simulacrum
Update `itertools` Update to 0.10.1
2 parents 1212c94 + 0be8931 commit 6a2dae6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ rustfmt-format-diff = []
3333
generic-simd = ["bytecount/generic-simd"]
3434

3535
[dependencies]
36-
itertools = "0.9"
36+
itertools = "0.10.1"
3737
toml = "0.5"
3838
serde = { version = "1.0", features = ["derive"] }
3939
serde_json = "1.0"

0 commit comments

Comments
 (0)