From 83dbf2a945dfeff406ab91e8d1d37d5d659c52e8 Mon Sep 17 00:00:00 2001 From: Kitaiti Makoto Date: Sat, 14 Aug 2021 19:20:21 +0900 Subject: [PATCH] Upgrade bcrypt --- plume-models/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plume-models/Cargo.toml b/plume-models/Cargo.toml index 85d9cf88..b6c51cd1 100644 --- a/plume-models/Cargo.toml +++ b/plume-models/Cargo.toml @@ -8,7 +8,7 @@ edition = "2018" activitypub = "0.1.1" ammonia = "2.1.1" askama_escape = "0.1" -bcrypt = "0.5" +bcrypt = "0.10.1" guid-create = "0.1" itertools = "0.8.0" lazy_static = "1.0"