Skip to content

Commit

Permalink
Merge pull request #33 from Metaswitch/dependabot/cargo/itertools-0.12
Browse files Browse the repository at this point in the history
Update itertools requirement from 0.11 to 0.12
  • Loading branch information
bossmc authored Nov 15, 2023
2 parents e076ef4 + 595d702 commit 74f49af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion derive/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ proc-macro = true
syn = "1.0"
proc-macro2 = "1.0"
quote = "1.0"
itertools = "0.11"
itertools = "0.12"
frunk_proc_macro_helpers = "0.1"

[dev-dependencies]
Expand Down

0 comments on commit 74f49af

Please sign in to comment.