Update itertools dev-dependency

This commit is contained in:
Alex Orlenko
2023-07-10 01:16:20 +01:00
parent 057deb0169
commit 08ab685d8d
+1 -1
View File
@@ -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.10", optional = true }
itertools = { version = "0.11", optional = true }
regex = { version = "1.4", optional = true }
once_cell = { version = "1.0", optional = true }