Skip to content

Commit bc4cd6f

Browse files
authored
Merge pull request #34 from Metaswitch/dependabot/cargo/itertools-0.13
Update itertools requirement from 0.12 to 0.13
2 parents 02e26cd + dc8c5b9 commit bc4cd6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

derive/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ proc-macro = true
1818
syn = "1.0"
1919
proc-macro2 = "1.0"
2020
quote = "1.0"
21-
itertools = "0.12"
21+
itertools = "0.13"
2222
frunk_proc_macro_helpers = "0.1"
2323

2424
[dev-dependencies]

0 commit comments

Comments
 (0)