Upgrade itertools

This commit is contained in:
Kitaiti Makoto
2022-01-07 06:05:05 +09:00
parent 65233c0a9a
commit 0f0c896887
2 changed files with 2 additions and 2 deletions
Generated
+1 -1
View File
@@ -3111,7 +3111,7 @@ dependencies = [
"diesel_migrations",
"glob",
"guid-create",
"itertools 0.8.2",
"itertools 0.10.3",
"lazy_static",
"ldap3",
"lettre",
+1 -1
View File
@@ -9,7 +9,7 @@ activitypub = "0.1.1"
ammonia = "3.1.2"
bcrypt = "0.10.1"
guid-create = "0.2"
itertools = "0.8.0"
itertools = "0.10.3"
lazy_static = "1.0"
ldap3 = "0.7.1"
migrations_internals= "1.4.0"