Skip to content

Commit 38eec12

Browse files
committed
Update itertools dependency
1 parent 145c5b3 commit 38eec12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mlua_derive/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@ quote = "1.0"
1919
proc-macro2 = { version = "1.0", features = ["span-locations"] }
2020
proc-macro-error = { version = "1.0", optional = true }
2121
syn = { version = "2.0", features = ["full"] }
22-
itertools = { version = "0.11", optional = true }
22+
itertools = { version = "0.12", optional = true }
2323
regex = { version = "1.4", optional = true }
2424
once_cell = { version = "1.0", optional = true }

0 commit comments

Comments
 (0)