From 0f0c89688725c914b2d31b5905954076c665c8f5 Mon Sep 17 00:00:00 2001 From: Kitaiti Makoto Date: Fri, 7 Jan 2022 06:05:05 +0900 Subject: [PATCH] Upgrade itertools --- Cargo.lock | 2 +- plume-models/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e9cf1886..ef430bb3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3111,7 +3111,7 @@ dependencies = [ "diesel_migrations", "glob", "guid-create", - "itertools 0.8.2", + "itertools 0.10.3", "lazy_static", "ldap3", "lettre", diff --git a/plume-models/Cargo.toml b/plume-models/Cargo.toml index 35de08bb..697cb30e 100644 --- a/plume-models/Cargo.toml +++ b/plume-models/Cargo.toml @@ -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"