Skip to content

Commit

Permalink
chore(proc): bump itertools
Browse files Browse the repository at this point in the history
  • Loading branch information
bdarcus committed Nov 20, 2023
1 parent c3e851c commit 06d918c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion processor/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ serde_json = "1.0.96"
serde_yaml = "0.9.21"
edtf = { version = "0.2.0", features = ["chrono"] }
csln = { path = "../csln", package = "csln" }
itertools = "0.10.5"
itertools = "0.12"
rayon = "1.7.0"
icu = "1.2.0"
icu_testdata = "1.2.0"
Expand Down

0 comments on commit 06d918c

Please sign in to comment.