Skip to content

Commit

Permalink
Update itertools dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
khvzak committed Jan 25, 2024
1 parent 145c5b3 commit 38eec12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mlua_derive/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ quote = "1.0"
proc-macro2 = { version = "1.0", features = ["span-locations"] }
proc-macro-error = { version = "1.0", optional = true }
syn = { version = "2.0", features = ["full"] }
itertools = { version = "0.11", optional = true }
itertools = { version = "0.12", optional = true }
regex = { version = "1.4", optional = true }
once_cell = { version = "1.0", optional = true }

0 comments on commit 38eec12

Please sign in to comment.