From e20915bbad8404267761e689f7ec2a24be86fc2d Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Mon, 14 Jun 2021 10:39:22 +0300 Subject: chore: bump dependency on pbkdf2 to 0.8 Sponsored-by: author --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index f715d56..15b2ac7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,7 +20,7 @@ indicatif = "0.15" libc = "0.2" log = "0.4" log4rs = "1" -pbkdf2 = "0.7" +pbkdf2 = "0.8" pretty_env_logger = "0.4" rand = "0.8" reqwest = { version = "0.11", features = ["blocking", "json"]} -- cgit v1.2.1