update itertools for voxygen

This commit is contained in:
Acrimon 2021-01-20 16:00:08 +01:00
parent 9f16a946ee
commit b464a1876e
No known key found for this signature in database
GPG Key ID: FE567F46AFBDF3AE
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View File

@ -6188,7 +6188,7 @@ dependencies = [
"iced_winit",
"image",
"inline_tweak",
"itertools 0.9.0",
"itertools 0.10.0",
"lazy_static",
"native-dialog",
"num 0.3.1",

View File

@ -86,7 +86,7 @@ uvth = "3.1.1"
# vec_map = { version = "0.8.2" }
const-tweaker = {version = "0.3.1", optional = true}
inline_tweak = "1.0.2"
itertools = "0.9.0"
itertools = "0.10.0"
# Tracy
tracing-tracy = { version = "0.4.0", optional = true }