Upgrade itertools
This commit is contained in:
parent
65233c0a9a
commit
0f0c896887
2
Cargo.lock
generated
2
Cargo.lock
generated
@ -3111,7 +3111,7 @@ dependencies = [
|
|||||||
"diesel_migrations",
|
"diesel_migrations",
|
||||||
"glob",
|
"glob",
|
||||||
"guid-create",
|
"guid-create",
|
||||||
"itertools 0.8.2",
|
"itertools 0.10.3",
|
||||||
"lazy_static",
|
"lazy_static",
|
||||||
"ldap3",
|
"ldap3",
|
||||||
"lettre",
|
"lettre",
|
||||||
|
@ -9,7 +9,7 @@ activitypub = "0.1.1"
|
|||||||
ammonia = "3.1.2"
|
ammonia = "3.1.2"
|
||||||
bcrypt = "0.10.1"
|
bcrypt = "0.10.1"
|
||||||
guid-create = "0.2"
|
guid-create = "0.2"
|
||||||
itertools = "0.8.0"
|
itertools = "0.10.3"
|
||||||
lazy_static = "1.0"
|
lazy_static = "1.0"
|
||||||
ldap3 = "0.7.1"
|
ldap3 = "0.7.1"
|
||||||
migrations_internals= "1.4.0"
|
migrations_internals= "1.4.0"
|
||||||
|
Loading…
Reference in New Issue
Block a user