Skip to content

Commit 392a0d2

Browse files
authoredJul 13, 2023
Merge pull request #195 from anweiss/dependabot/cargo/itertools-0.11.0
Update itertools requirement from 0.10.1 to 0.11.0
2 parents 4cf8dd2 + bab2c6c commit 392a0d2

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
@@ -22,7 +22,7 @@ chrono = { version = "0.4.19", optional = true }
2222
clap = { version = "3.2.23", optional = true, features = ["derive"] }
2323
codespan-reporting = "0.11.1"
2424
hexf-parse = "0.2.1"
25-
itertools = "0.10.1"
25+
itertools = "0.11.0"
2626
lexical-core = "0.8.3"
2727
regex = { version = "1.5.4", default-features = false, features = ["std", "unicode-perl"] }
2828
regex-syntax = { version = "0.7.1", optional = true }

0 commit comments

Comments
 (0)
Please sign in to comment.