Skip to content

Commit cb0081b

Browse files
Update itertools requirement from 0.12.0 to 0.13.0 (#13)
1 parent 046cee3 commit cb0081b

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
@@ -27,7 +27,7 @@ bytes = { version = "1.2.1", optional = true }
2727
serde = { version = "1.0", features = ["derive"] }
2828
assert_matches = "1.5.0"
2929
generator = "0.7"
30-
itertools = "0.12.0"
30+
itertools = "0.13.0"
3131

3232
[package.metadata.docs.rs]
3333
all-features = true

0 commit comments

Comments
 (0)